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