Interface UpdateIdentitySourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateIdentitySourceResponse.Builder,UpdateIdentitySourceResponse>,SdkBuilder<UpdateIdentitySourceResponse.Builder,UpdateIdentitySourceResponse>,SdkPojo,SdkResponse.Builder,VerifiedPermissionsResponse.Builder
- Enclosing class:
- UpdateIdentitySourceResponse
public static interface UpdateIdentitySourceResponse.Builder extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<UpdateIdentitySourceResponse.Builder,UpdateIdentitySourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateIdentitySourceResponse.BuildercreatedDate(Instant createdDate)The date and time that the updated identity source was originally created.UpdateIdentitySourceResponse.BuilderidentitySourceId(String identitySourceId)The ID of the updated identity source.UpdateIdentitySourceResponse.BuilderlastUpdatedDate(Instant lastUpdatedDate)The date and time that the identity source was most recently updated.UpdateIdentitySourceResponse.BuilderpolicyStoreId(String policyStoreId)The ID of the policy store that contains the updated 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
UpdateIdentitySourceResponse.Builder createdDate(Instant createdDate)
The date and time that the updated identity source was originally created.
- Parameters:
createdDate- The date and time that the updated identity source was originally created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identitySourceId
UpdateIdentitySourceResponse.Builder identitySourceId(String identitySourceId)
The ID of the updated identity source.
- Parameters:
identitySourceId- The ID of the updated identity source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDate
UpdateIdentitySourceResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date and time that the identity source was most recently updated.
- Parameters:
lastUpdatedDate- The date and time that the identity source was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyStoreId
UpdateIdentitySourceResponse.Builder policyStoreId(String policyStoreId)
The ID of the policy store that contains the updated identity source.
- Parameters:
policyStoreId- The ID of the policy store that contains the updated identity source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-