CopyableBuilder<GetBasePathMappingsResponse.Builder,GetBasePathMappingsResponse>
, SdkBuilder<GetBasePathMappingsResponse.Builder,GetBasePathMappingsResponse>
public static interface GetBasePathMappingsResponse.Builder extends CopyableBuilder<GetBasePathMappingsResponse.Builder,GetBasePathMappingsResponse>
Modifier and Type | Method | Description |
---|---|---|
GetBasePathMappingsResponse.Builder |
items(Collection<BasePathMapping> items) |
The current page of any BasePathMapping resources in the collection of base path mapping resources.
|
GetBasePathMappingsResponse.Builder |
items(BasePathMapping... items) |
The current page of any BasePathMapping resources in the collection of base path mapping resources.
|
GetBasePathMappingsResponse.Builder |
position(String position) |
copy
apply, build
GetBasePathMappingsResponse.Builder position(String position)
position
- GetBasePathMappingsResponse.Builder items(Collection<BasePathMapping> items)
The current page of any BasePathMapping resources in the collection of base path mapping resources.
items
- The current page of any BasePathMapping resources in the collection of base path mapping
resources.GetBasePathMappingsResponse.Builder items(BasePathMapping... items)
The current page of any BasePathMapping resources in the collection of base path mapping resources.
NOTE: This method appends the values to the existing list (if any). Use
#setItems(java.util.Collection)
or #withItems(java.util.Collection)
if you want to override
the existing values.
items
- The current page of any BasePathMapping resources in the collection of base path mapping
resources.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.