Interface PolicyStoreAliasItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PolicyStoreAliasItem.Builder,,PolicyStoreAliasItem> SdkBuilder<PolicyStoreAliasItem.Builder,,PolicyStoreAliasItem> SdkPojo
- Enclosing class:
PolicyStoreAliasItem
-
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.The state of the policy store alias.state(AliasState state) The state of the policy store 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, sdkFields
-
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.
-
state
The state of the policy store alias. Policy Store Aliases in the Active state can be used normally. When a policy store alias is deleted, it enters the PendingDeletion state. Policy Store Aliases in the PendingDeletion state cannot be used, and creating a policy store alias with the same alias name will fail.
- Parameters:
state- The state of the policy store alias. Policy Store Aliases in the Active state can be used normally. When a policy store alias is deleted, it enters the PendingDeletion state. Policy Store Aliases in the PendingDeletion state cannot be used, and creating a policy store alias with the same alias name will fail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the policy store alias. Policy Store Aliases in the Active state can be used normally. When a policy store alias is deleted, it enters the PendingDeletion state. Policy Store Aliases in the PendingDeletion state cannot be used, and creating a policy store alias with the same alias name will fail.
- Parameters:
state- The state of the policy store alias. Policy Store Aliases in the Active state can be used normally. When a policy store alias is deleted, it enters the PendingDeletion state. Policy Store Aliases in the PendingDeletion state cannot be used, and creating a policy store alias with the same alias name will fail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-