Interface CreateApplicationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateApplicationResponse.Builder,,CreateApplicationResponse> SdkBuilder<CreateApplicationResponse.Builder,,CreateApplicationResponse> SdkPojo,SdkResponse.Builder,SsoAdminResponse.Builder
- Enclosing class:
CreateApplicationResponse
@Mutable
@NotThreadSafe
public static interface CreateApplicationResponse.Builder
extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<CreateApplicationResponse.Builder,CreateApplicationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn(String applicationArn) Specifies the ARN of the application.identityStoreArn(String identityStoreArn) The ARN of the identity store that is connected to the instance of IAM Identity Center.instanceArn(String instanceArn) The ARN of the instance of IAM Identity Center under which the operation will run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
applicationArn
Specifies the ARN of the application.
- Parameters:
applicationArn- Specifies the ARN of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceArn
The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
- Parameters:
instanceArn- The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityStoreArn
The ARN of the identity store that is connected to the instance of IAM Identity Center.
- Parameters:
identityStoreArn- The ARN of the identity store that is connected to the instance of IAM Identity Center.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-