Interface IamIdentityCenterForList.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IamIdentityCenterForList.Builder,
,IamIdentityCenterForList> SdkBuilder<IamIdentityCenterForList.Builder,
,IamIdentityCenterForList> SdkPojo
- Enclosing class:
IamIdentityCenterForList
@Mutable
@NotThreadSafe
public static interface IamIdentityCenterForList.Builder
extends SdkPojo, CopyableBuilder<IamIdentityCenterForList.Builder,IamIdentityCenterForList>
-
Method Summary
Modifier and TypeMethodDescriptionapprovalPortalUrl
(String approvalPortalUrl) URL for the approval portal associated with the IAM Identity Center instance.instanceArn
(String instanceArn) Amazon Resource Name (ARN) for the IAM Identity Center instance.Amazon Web Services Region where the IAM Identity Center instance is located.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceArn
Amazon Resource Name (ARN) for the IAM Identity Center instance.
- Parameters:
instanceArn
- Amazon Resource Name (ARN) for the IAM Identity Center instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
approvalPortalUrl
URL for the approval portal associated with the IAM Identity Center instance.
- Parameters:
approvalPortalUrl
- URL for the approval portal associated with the IAM Identity Center instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
Amazon Web Services Region where the IAM Identity Center instance is located.
- Parameters:
region
- Amazon Web Services Region where the IAM Identity Center instance is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-