public static interface DescribeFastLaunchImagesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeFastLaunchImagesRequest.Builder,DescribeFastLaunchImagesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFastLaunchImagesRequest.Builder imageIds(Collection<String> imageIds)
Details for one or more Windows AMI image IDs.
imageIds - Details for one or more Windows AMI image IDs.DescribeFastLaunchImagesRequest.Builder imageIds(String... imageIds)
Details for one or more Windows AMI image IDs.
imageIds - Details for one or more Windows AMI image IDs.DescribeFastLaunchImagesRequest.Builder filters(Collection<Filter> filters)
Use the following filters to streamline results.
resource-type - The resource type for pre-provisioning.
launch-template - The launch template that is associated with the pre-provisioned Windows AMI.
owner-id - The owner ID for the pre-provisioning resource.
state - The current state of fast launching for the Windows AMI.
filters - Use the following filters to streamline results.
resource-type - The resource type for pre-provisioning.
launch-template - The launch template that is associated with the pre-provisioned Windows
AMI.
owner-id - The owner ID for the pre-provisioning resource.
state - The current state of fast launching for the Windows AMI.
DescribeFastLaunchImagesRequest.Builder filters(Filter... filters)
Use the following filters to streamline results.
resource-type - The resource type for pre-provisioning.
launch-template - The launch template that is associated with the pre-provisioned Windows AMI.
owner-id - The owner ID for the pre-provisioning resource.
state - The current state of fast launching for the Windows AMI.
filters - Use the following filters to streamline results.
resource-type - The resource type for pre-provisioning.
launch-template - The launch template that is associated with the pre-provisioned Windows
AMI.
owner-id - The owner ID for the pre-provisioning resource.
state - The current state of fast launching for the Windows AMI.
DescribeFastLaunchImagesRequest.Builder filters(Consumer<Filter.Builder>... filters)
Use the following filters to streamline results.
resource-type - The resource type for pre-provisioning.
launch-template - The launch template that is associated with the pre-provisioned Windows AMI.
owner-id - The owner ID for the pre-provisioning resource.
state - The current state of fast launching for the Windows AMI.
Filter.Builder avoiding the need to create one manually via
Filter.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on Filter.Builder#filters(java.util.Collection) DescribeFastLaunchImagesRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults - The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.DescribeFastLaunchImagesRequest.Builder nextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken - The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.DescribeFastLaunchImagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFastLaunchImagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.