Interface PutResourcePolicyResponse.Builder
- All Superinterfaces:
AmpResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<PutResourcePolicyResponse.Builder,
,PutResourcePolicyResponse> SdkBuilder<PutResourcePolicyResponse.Builder,
,PutResourcePolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
PutResourcePolicyResponse
@Mutable
@NotThreadSafe
public static interface PutResourcePolicyResponse.Builder
extends AmpResponse.Builder, SdkPojo, CopyableBuilder<PutResourcePolicyResponse.Builder,PutResourcePolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionpolicyStatus
(String policyStatus) The current status of the resource-based policy.policyStatus
(WorkspacePolicyStatusCode policyStatus) The current status of the resource-based policy.revisionId
(String revisionId) The revision ID of the newly created or updated resource-based policy.Methods inherited from interface software.amazon.awssdk.services.amp.model.AmpResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
policyStatus
The current status of the resource-based policy.
- Parameters:
policyStatus
- The current status of the resource-based policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policyStatus
The current status of the resource-based policy.
- Parameters:
policyStatus
- The current status of the resource-based policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
revisionId
The revision ID of the newly created or updated resource-based policy.
- Parameters:
revisionId
- The revision ID of the newly created or updated resource-based policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-