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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMappingResponse.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 method that creates an instance of theMappingEntry.Builder avoiding the need to create one
manually via MappingEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #mapping(List.
mapping - a consumer that will call methods on
MappingEntry.Builder#mapping(java.util.Collection) Copyright © 2023. All rights reserved.