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