public static interface GetMappingResponse.Builder extends GlueResponse.Builder, 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(MappingEntry... mapping)
A list of mappings to the specified targets.
|
build
copy
apply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.