Interface InstanceMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InstanceMetadata.Builder,
,InstanceMetadata> SdkBuilder<InstanceMetadata.Builder,
,InstanceMetadata> SdkPojo
- Enclosing class:
InstanceMetadata
@Mutable
@NotThreadSafe
public static interface InstanceMetadata.Builder
extends SdkPojo, CopyableBuilder<InstanceMetadata.Builder,InstanceMetadata>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedDate
(Instant createdDate) The date and time that the Identity Center instance was created.identityStoreId
(String identityStoreId) The identifier of the identity store that is connected to the Identity Center instance.instanceArn
(String instanceArn) The ARN of the Identity Center instance under which the operation will be executed.The name of the Identity Center instance.ownerAccountId
(String ownerAccountId) The Amazon Web Services account ID number of the owner of the Identity Center instance.The current status of this Identity Center instance.status
(InstanceStatus status) The current status of this Identity Center instance.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
The ARN of the Identity Center instance under which the operation will be executed. 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 Identity Center instance under which the operation will be executed. 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.
-
identityStoreId
The identifier of the identity store that is connected to the Identity Center instance.
- Parameters:
identityStoreId
- The identifier of the identity store that is connected to the Identity Center instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccountId
The Amazon Web Services account ID number of the owner of the Identity Center instance.
- Parameters:
ownerAccountId
- The Amazon Web Services account ID number of the owner of the Identity Center instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the Identity Center instance.
- Parameters:
name
- The name of the Identity Center instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
The date and time that the Identity Center instance was created.
- Parameters:
createdDate
- The date and time that the Identity Center instance was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of this Identity Center instance.
- Parameters:
status
- The current status of this Identity Center instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of this Identity Center instance.
- Parameters:
status
- The current status of this Identity Center instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-