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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetStackPolicyResponse.Builder
stackPolicyBody(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 Detail
-
stackPolicyBody
GetStackPolicyResponse.Builder stackPolicyBody(String stackPolicyBody)
Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the CloudFormation User Guide.)
- Parameters:
stackPolicyBody
- Structure containing the stack policy body. (For more information, go to 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.
-
-