public static interface GetOutpostInstanceTypesRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<GetOutpostInstanceTypesRequest.Builder,GetOutpostInstanceTypesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetOutpostInstanceTypesRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
GetOutpostInstanceTypesRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
GetOutpostInstanceTypesRequest.Builder |
outpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
GetOutpostInstanceTypesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetOutpostInstanceTypesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetOutpostInstanceTypesRequest.Builder outpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) 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 or the Amazon Resource Name (ARN) 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.
GetOutpostInstanceTypesRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.GetOutpostInstanceTypesRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.GetOutpostInstanceTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetOutpostInstanceTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.