Interface DescribeInstanceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeInstanceResponse.Builder,DescribeInstanceResponse>
,SdkBuilder<DescribeInstanceResponse.Builder,DescribeInstanceResponse>
,SdkPojo
,SdkResponse.Builder
,SsoAdminResponse.Builder
- Enclosing class:
- DescribeInstanceResponse
public static interface DescribeInstanceResponse.Builder extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<DescribeInstanceResponse.Builder,DescribeInstanceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeInstanceResponse.Builder
createdDate(Instant createdDate)
The date the instance was created.DescribeInstanceResponse.Builder
identityStoreId(String identityStoreId)
The identifier of the identity store that is connected to the instance of IAM Identity Center.DescribeInstanceResponse.Builder
instanceArn(String instanceArn)
The ARN of the instance of IAM Identity Center under which the operation will run.DescribeInstanceResponse.Builder
name(String name)
Specifies the instance name.DescribeInstanceResponse.Builder
ownerAccountId(String ownerAccountId)
The identifier of the Amazon Web Services account for which the instance was created.DescribeInstanceResponse.Builder
status(String status)
The status of the instance.DescribeInstanceResponse.Builder
status(InstanceStatus status)
The status of the 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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
createdDate
DescribeInstanceResponse.Builder createdDate(Instant createdDate)
The date the instance was created.
- Parameters:
createdDate
- The date the instance was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityStoreId
DescribeInstanceResponse.Builder identityStoreId(String identityStoreId)
The identifier of the identity store that is connected to the instance of IAM Identity Center.
- Parameters:
identityStoreId
- The identifier of the identity store that is connected to the instance of IAM Identity Center.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceArn
DescribeInstanceResponse.Builder instanceArn(String instanceArn)
The ARN of the instance of IAM Identity Center under which the operation will run. 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 instance of IAM Identity Center under which the operation will run. 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
DescribeInstanceResponse.Builder name(String name)
Specifies the instance name.
- Parameters:
name
- Specifies the instance name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccountId
DescribeInstanceResponse.Builder ownerAccountId(String ownerAccountId)
The identifier of the Amazon Web Services account for which the instance was created.
- Parameters:
ownerAccountId
- The identifier of the Amazon Web Services account for which the instance was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DescribeInstanceResponse.Builder status(String status)
The status of the instance.
- Parameters:
status
- The status of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceStatus
,InstanceStatus
-
status
DescribeInstanceResponse.Builder status(InstanceStatus status)
The status of the instance.
- Parameters:
status
- The status of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceStatus
,InstanceStatus
-
-