Interface CreatePolicyStoreAliasResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreatePolicyStoreAliasResponse.Builder,,CreatePolicyStoreAliasResponse> SdkBuilder<CreatePolicyStoreAliasResponse.Builder,,CreatePolicyStoreAliasResponse> SdkPojo,SdkResponse.Builder,VerifiedPermissionsResponse.Builder
- Enclosing class:
CreatePolicyStoreAliasResponse
@Mutable
@NotThreadSafe
public static interface CreatePolicyStoreAliasResponse.Builder
extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<CreatePolicyStoreAliasResponse.Builder,CreatePolicyStoreAliasResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the policy store alias.The name of the policy store alias.The date and time the policy store alias was created.policyStoreId(String policyStoreId) The ID of the policy store associated with the alias.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.verifiedpermissions.model.VerifiedPermissionsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
aliasName
The name of the policy store alias.
- Parameters:
aliasName- The name of the policy store alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyStoreId
The ID of the policy store associated with the alias.
- Parameters:
policyStoreId- The ID of the policy store associated with the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasArn
The Amazon Resource Name (ARN) of the policy store alias.
- Parameters:
aliasArn- The Amazon Resource Name (ARN) of the policy store alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the policy store alias was created.
- Parameters:
createdAt- The date and time the policy store alias was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-