public static interface CreateCacheSubnetGroupResponse.Builder extends ElastiCacheResponse.Builder, SdkPojo, CopyableBuilder<CreateCacheSubnetGroupResponse.Builder,CreateCacheSubnetGroupResponse>
| Modifier and Type | Method and Description | 
|---|---|
CreateCacheSubnetGroupResponse.Builder | 
cacheSubnetGroup(CacheSubnetGroup cacheSubnetGroup)
Sets the value of the CacheSubnetGroup property for this object. 
 | 
default CreateCacheSubnetGroupResponse.Builder | 
cacheSubnetGroup(Consumer<CacheSubnetGroup.Builder> cacheSubnetGroup)
Sets the value of the CacheSubnetGroup property for this object. 
 | 
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateCacheSubnetGroupResponse.Builder cacheSubnetGroup(CacheSubnetGroup cacheSubnetGroup)
cacheSubnetGroup - The new value for the CacheSubnetGroup property for this object.default CreateCacheSubnetGroupResponse.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.