Interface InstanceMetadata.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<InstanceMetadata.Builder,InstanceMetadata>
,SdkBuilder<InstanceMetadata.Builder,InstanceMetadata>
,SdkPojo
- Enclosing class:
- InstanceMetadata
public static interface InstanceMetadata.Builder extends SdkPojo, CopyableBuilder<InstanceMetadata.Builder,InstanceMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceMetadata.Builder
createdDate(Instant createdDate)
The date and time that the Identity Center instance was created.InstanceMetadata.Builder
identityStoreId(String identityStoreId)
The identifier of the identity store that is connected to the Identity Center instance.InstanceMetadata.Builder
instanceArn(String instanceArn)
The ARN of the Identity Center instance under which the operation will be executed.InstanceMetadata.Builder
name(String name)
The name of the Identity Center instance.InstanceMetadata.Builder
ownerAccountId(String ownerAccountId)
The Amazon Web Services account ID number of the owner of the Identity Center instance.InstanceMetadata.Builder
status(String status)
The current status of this Identity Center instance.InstanceMetadata.Builder
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, sdkFields
-
-
-
-
Method Detail
-
createdDate
InstanceMetadata.Builder createdDate(Instant 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.
-
identityStoreId
InstanceMetadata.Builder identityStoreId(String 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.
-
instanceArn
InstanceMetadata.Builder instanceArn(String 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.
-
name
InstanceMetadata.Builder name(String 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.
-
ownerAccountId
InstanceMetadata.Builder ownerAccountId(String 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.
-
status
InstanceMetadata.Builder status(String 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:
InstanceStatus
,InstanceStatus
-
status
InstanceMetadata.Builder status(InstanceStatus 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:
InstanceStatus
,InstanceStatus
-
-