public static interface ModifyCacheSubnetGroupResponse.Builder extends ElastiCacheResponse.Builder, CopyableBuilder<ModifyCacheSubnetGroupResponse.Builder,ModifyCacheSubnetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
ModifyCacheSubnetGroupResponse.Builder |
cacheSubnetGroup(CacheSubnetGroup cacheSubnetGroup)
Sets the value of the CacheSubnetGroup property for this object.
|
default ModifyCacheSubnetGroupResponse.Builder |
cacheSubnetGroup(Consumer<CacheSubnetGroup.Builder> cacheSubnetGroup)
Sets the value of the CacheSubnetGroup property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildModifyCacheSubnetGroupResponse.Builder cacheSubnetGroup(CacheSubnetGroup cacheSubnetGroup)
cacheSubnetGroup - The new value for the CacheSubnetGroup property for this object.default ModifyCacheSubnetGroupResponse.Builder cacheSubnetGroup(Consumer<CacheSubnetGroup.Builder> cacheSubnetGroup)
CacheSubnetGroup.Builder avoiding the need to
create one manually via CacheSubnetGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to cacheSubnetGroup(CacheSubnetGroup).cacheSubnetGroup - a consumer that will call methods on CacheSubnetGroup.BuildercacheSubnetGroup(CacheSubnetGroup)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.