public static interface GetMappingResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetMappingResponse.Builder,GetMappingResponse>
Modifier and Type | Method and Description |
---|---|
GetMappingResponse.Builder |
mapping(Collection<MappingEntry> mapping)
A list of mappings to the specified targets.
|
GetMappingResponse.Builder |
mapping(Consumer<MappingEntry.Builder>... mapping)
A list of mappings to the specified targets.
|
GetMappingResponse.Builder |
mapping(MappingEntry... mapping)
A list of mappings to the specified targets.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetMappingResponse.Builder mapping(Collection<MappingEntry> mapping)
A list of mappings to the specified targets.
mapping
- A list of mappings to the specified targets.GetMappingResponse.Builder mapping(MappingEntry... mapping)
A list of mappings to the specified targets.
mapping
- A list of mappings to the specified targets.GetMappingResponse.Builder mapping(Consumer<MappingEntry.Builder>... mapping)
A list of mappings to the specified targets.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #mapping(List)
.mapping
- a consumer that will call methods on List.Builder
#mapping(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.