Interface GetContainerPolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetContainerPolicyResponse.Builder,GetContainerPolicyResponse>,MediaStoreResponse.Builder,SdkBuilder<GetContainerPolicyResponse.Builder,GetContainerPolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetContainerPolicyResponse
public static interface GetContainerPolicyResponse.Builder extends MediaStoreResponse.Builder, SdkPojo, CopyableBuilder<GetContainerPolicyResponse.Builder,GetContainerPolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetContainerPolicyResponse.Builderpolicy(String policy)The contents of the access policy.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediastore.model.MediaStoreResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
-
-
-
Method Detail
-
policy
GetContainerPolicyResponse.Builder policy(String policy)
The contents of the access policy.
- Parameters:
policy- The contents of the access policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-