Interface IdentityCenterDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IdentityCenterDetails.Builder,,IdentityCenterDetails> SdkBuilder<IdentityCenterDetails.Builder,,IdentityCenterDetails> SdkPojo
- Enclosing class:
IdentityCenterDetails
@Mutable
@NotThreadSafe
public static interface IdentityCenterDetails.Builder
extends SdkPojo, CopyableBuilder<IdentityCenterDetails.Builder,IdentityCenterDetails>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn(String applicationArn) The ARN of the IAM Identity Center application created for this account access manager application.instanceArn(String instanceArn) The ARN of the IAM Identity Center instance.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, sdkFields
-
Method Details
-
instanceArn
The ARN of the IAM Identity Center instance.
- Parameters:
instanceArn- The ARN of the IAM Identity Center instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationArn
The ARN of the IAM Identity Center application created for this account access manager application.
- Parameters:
applicationArn- The ARN of the IAM Identity Center application created for this account access manager application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-