public static interface CreateClusterSecurityGroupResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<CreateClusterSecurityGroupResponse.Builder,CreateClusterSecurityGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateClusterSecurityGroupResponse.Builder |
clusterSecurityGroup(ClusterSecurityGroup clusterSecurityGroup)
Sets the value of the ClusterSecurityGroup property for this object.
|
default CreateClusterSecurityGroupResponse.Builder |
clusterSecurityGroup(Consumer<ClusterSecurityGroup.Builder> clusterSecurityGroup)
Sets the value of the ClusterSecurityGroup property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateClusterSecurityGroupResponse.Builder clusterSecurityGroup(ClusterSecurityGroup clusterSecurityGroup)
clusterSecurityGroup - The new value for the ClusterSecurityGroup property for this object.default CreateClusterSecurityGroupResponse.Builder clusterSecurityGroup(Consumer<ClusterSecurityGroup.Builder> clusterSecurityGroup)
ClusterSecurityGroup.Builder avoiding the need
to create one manually via ClusterSecurityGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to clusterSecurityGroup(ClusterSecurityGroup).clusterSecurityGroup - a consumer that will call methods on ClusterSecurityGroup.BuilderclusterSecurityGroup(ClusterSecurityGroup)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.