Interface GetFeedPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetFeedPolicyResponse.Builder,,GetFeedPolicyResponse> ElementalInferenceResponse.Builder,SdkBuilder<GetFeedPolicyResponse.Builder,,GetFeedPolicyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetFeedPolicyResponse
@Mutable
@NotThreadSafe
public static interface GetFeedPolicyResponse.Builder
extends ElementalInferenceResponse.Builder, SdkPojo, CopyableBuilder<GetFeedPolicyResponse.Builder,GetFeedPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe resource-based policy document attached to the feed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elementalinference.model.ElementalInferenceResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkHttpResponse
-
Method Details
-
policy
The resource-based policy document attached to the feed.
- Parameters:
policy- The resource-based policy document attached to the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-