Interface DescribeResourcePolicyResponse.Builder
- All Superinterfaces:
AmpResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeResourcePolicyResponse.Builder,
,DescribeResourcePolicyResponse> SdkBuilder<DescribeResourcePolicyResponse.Builder,
,DescribeResourcePolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeResourcePolicyResponse
@Mutable
@NotThreadSafe
public static interface DescribeResourcePolicyResponse.Builder
extends AmpResponse.Builder, SdkPojo, CopyableBuilder<DescribeResourcePolicyResponse.Builder,DescribeResourcePolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionpolicyDocument
(String policyDocument) The JSON policy document for the resource-based policy attached to the workspace.policyStatus
(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 current 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
-
policyDocument
The JSON policy document for the resource-based policy attached to the workspace.
- Parameters:
policyDocument
- The JSON policy document for the resource-based policy attached to the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 current resource-based policy.
- Parameters:
revisionId
- The revision ID of the current resource-based policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-