Interface GetStackPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFormationResponse.Builder
,CopyableBuilder<GetStackPolicyResponse.Builder,
,GetStackPolicyResponse> SdkBuilder<GetStackPolicyResponse.Builder,
,GetStackPolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetStackPolicyResponse
public static interface GetStackPolicyResponse.Builder
extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<GetStackPolicyResponse.Builder,GetStackPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionstackPolicyBody
(String stackPolicyBody) Structure containing the stack policy body.Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
stackPolicyBody
Structure containing the stack policy body. (For more information, see Prevent updates to stack resources in the CloudFormation User Guide.)
- Parameters:
stackPolicyBody
- Structure containing the stack policy body. (For more information, see Prevent updates to stack resources in the CloudFormation User Guide.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-