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
Modifier and TypeMethodDescriptionidentityStoreId
(String identityStoreId) The identifier of the identity store that is connected to the IAM Identity Center instance.instanceArn
(String instanceArn) The ARN of the IAM Identity Center instance under which the operation will be executed.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 Details
-
identityStoreId
The identifier of the identity store that is connected to the IAM Identity Center instance.
- Parameters:
identityStoreId
- The identifier of the identity store that is connected to the IAM Identity Center instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceArn
The ARN of the IAM 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 IAM 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.
-