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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateClusterParameterGroupResponse.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.BuilderclusterParameterGroup(ClusterParameterGroup)Copyright © 2023. All rights reserved.