public static interface GetOutpostInstanceTypesResponse.Builder extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<GetOutpostInstanceTypesResponse.Builder,GetOutpostInstanceTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetOutpostInstanceTypesResponse.Builder |
instanceTypes(Collection<InstanceTypeItem> instanceTypes)
Sets the value of the InstanceTypes property for this object.
|
GetOutpostInstanceTypesResponse.Builder |
instanceTypes(Consumer<InstanceTypeItem.Builder>... instanceTypes)
Sets the value of the InstanceTypes property for this object.
|
GetOutpostInstanceTypesResponse.Builder |
instanceTypes(InstanceTypeItem... instanceTypes)
Sets the value of the InstanceTypes property for this object.
|
GetOutpostInstanceTypesResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
GetOutpostInstanceTypesResponse.Builder |
outpostArn(String outpostArn)
Sets the value of the OutpostArn property for this object.
|
GetOutpostInstanceTypesResponse.Builder |
outpostId(String outpostId)
The ID of the Outpost.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetOutpostInstanceTypesResponse.Builder instanceTypes(Collection<InstanceTypeItem> instanceTypes)
instanceTypes - The new value for the InstanceTypes property for this object.GetOutpostInstanceTypesResponse.Builder instanceTypes(InstanceTypeItem... instanceTypes)
instanceTypes - The new value for the InstanceTypes property for this object.GetOutpostInstanceTypesResponse.Builder instanceTypes(Consumer<InstanceTypeItem.Builder>... instanceTypes)
InstanceTypeItem.Builder avoiding the need to create
one manually via InstanceTypeItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #instanceTypes(List.
instanceTypes - a consumer that will call methods on
InstanceTypeItem.Builder#instanceTypes(java.util.Collection) GetOutpostInstanceTypesResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.GetOutpostInstanceTypesResponse.Builder outpostId(String outpostId)
The ID of the Outpost.
outpostId - The ID of the Outpost.GetOutpostInstanceTypesResponse.Builder outpostArn(String outpostArn)
outpostArn - The new value for the OutpostArn property for this object.Copyright © 2022. All rights reserved.