public static interface CreateClusterSecurityGroupResponse.Builder extends RedshiftResponse.Builder, 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateClusterSecurityGroupResponse.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.Builder
clusterSecurityGroup(ClusterSecurityGroup)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.