Interface CreateIdentitySourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateIdentitySourceResponse.Builder,CreateIdentitySourceResponse>,SdkBuilder<CreateIdentitySourceResponse.Builder,CreateIdentitySourceResponse>,SdkPojo,SdkResponse.Builder,VerifiedPermissionsResponse.Builder
- Enclosing class:
- CreateIdentitySourceResponse
public static interface CreateIdentitySourceResponse.Builder extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<CreateIdentitySourceResponse.Builder,CreateIdentitySourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateIdentitySourceResponse.BuildercreatedDate(Instant createdDate)The date and time the identity source was originally created.CreateIdentitySourceResponse.BuilderidentitySourceId(String identitySourceId)The unique ID of the new identity source.CreateIdentitySourceResponse.BuilderlastUpdatedDate(Instant lastUpdatedDate)The date and time the identity source was most recently updated.CreateIdentitySourceResponse.BuilderpolicyStoreId(String policyStoreId)The ID of the policy store that contains the identity source.-
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.verifiedpermissions.model.VerifiedPermissionsResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
createdDate
CreateIdentitySourceResponse.Builder createdDate(Instant createdDate)
The 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.
-
identitySourceId
CreateIdentitySourceResponse.Builder identitySourceId(String identitySourceId)
The 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.
-
lastUpdatedDate
CreateIdentitySourceResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The 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.
-
policyStoreId
CreateIdentitySourceResponse.Builder policyStoreId(String policyStoreId)
The 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.
-
-