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)
List.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 #instanceTypes(List) .instanceTypes - a consumer that will call methods on List.Builder #instanceTypes(List) 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.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and
sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID or SiteID remain in use. Despite the parameter name, you can make the
request with an ARN.
outpostId - The ID of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts
and sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID or SiteID remain in use. Despite the parameter name, you can make
the request with an ARN.
GetOutpostInstanceTypesResponse.Builder outpostArn(String outpostArn)
outpostArn - The new value for the OutpostArn property for this object.Copyright © 2022. All rights reserved.