Interface CreateIdentitySourceResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateIdentitySourceResponse.Builder,,- CreateIdentitySourceResponse> - SdkBuilder<CreateIdentitySourceResponse.Builder,,- CreateIdentitySourceResponse> - SdkPojo,- SdkResponse.Builder,- VerifiedPermissionsResponse.Builder
- Enclosing class:
- CreateIdentitySourceResponse
@Mutable
@NotThreadSafe
public static interface CreateIdentitySourceResponse.Builder
extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<CreateIdentitySourceResponse.Builder,CreateIdentitySourceResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioncreatedDate(Instant createdDate) The date and time the identity source was originally created.identitySourceId(String identitySourceId) The unique ID of the new identity source.lastUpdatedDate(Instant lastUpdatedDate) The date and time the identity source was most recently updated.policyStoreId(String policyStoreId) The ID of the policy store that contains the identity source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.verifiedpermissions.model.VerifiedPermissionsResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
createdDateThe date and time the identity source was originally created. - Parameters:
- createdDate- The date and time the identity source was originally created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
identitySourceIdThe unique ID of the new identity source. - Parameters:
- identitySourceId- The unique ID of the new identity source.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastUpdatedDateThe date and time the identity source was most recently updated. - Parameters:
- lastUpdatedDate- The date and time the identity source was most recently updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
policyStoreIdThe ID of the policy store that contains the identity source. - Parameters:
- policyStoreId- The ID of the policy store that contains the identity source.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-