Interface CreateIdentitySourceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateIdentitySourceResponse.Builder,
,CreateIdentitySourceResponse> MpaResponse.Builder
,SdkBuilder<CreateIdentitySourceResponse.Builder,
,CreateIdentitySourceResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateIdentitySourceResponse
@Mutable
@NotThreadSafe
public static interface CreateIdentitySourceResponse.Builder
extends MpaResponse.Builder, SdkPojo, CopyableBuilder<CreateIdentitySourceResponse.Builder,CreateIdentitySourceResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) Timestamp when the identity source was created.identitySourceArn
(String identitySourceArn) Amazon Resource Name (ARN) for the identity source that was created.identitySourceType
(String identitySourceType) The type of resource that provided identities to the identity source.identitySourceType
(IdentitySourceType identitySourceType) The type of resource that provided identities to the identity source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mpa.model.MpaResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
identitySourceType
The type of resource that provided identities to the identity source. For example, an IAM Identity Center instance.
- Parameters:
identitySourceType
- The type of resource that provided identities to the identity source. For example, an IAM Identity Center instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identitySourceType
The type of resource that provided identities to the identity source. For example, an IAM Identity Center instance.
- Parameters:
identitySourceType
- The type of resource that provided identities to the identity source. For example, an IAM Identity Center instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identitySourceArn
Amazon Resource Name (ARN) for the identity source that was created.
- Parameters:
identitySourceArn
- Amazon Resource Name (ARN) for the identity source that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
Timestamp when the identity source was created.
- Parameters:
creationTime
- Timestamp when the identity source was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-