Interface DescribeInstancePropertiesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeInstancePropertiesRequest.Builder,
,DescribeInstancePropertiesRequest> SdkBuilder<DescribeInstancePropertiesRequest.Builder,
,DescribeInstancePropertiesRequest> SdkPojo
,SdkRequest.Builder
,SsmRequest.Builder
- Enclosing class:
DescribeInstancePropertiesRequest
-
Method Summary
Modifier and TypeMethodDescriptionfiltersWithOperator
(Collection<InstancePropertyStringFilter> filtersWithOperator) The request filters to use with the operator.filtersWithOperator
(Consumer<InstancePropertyStringFilter.Builder>... filtersWithOperator) The request filters to use with the operator.filtersWithOperator
(InstancePropertyStringFilter... filtersWithOperator) The request filters to use with the operator.instancePropertyFilterList
(Collection<InstancePropertyFilter> instancePropertyFilterList) An array of instance property filters.instancePropertyFilterList
(Consumer<InstancePropertyFilter.Builder>... instancePropertyFilterList) An array of instance property filters.instancePropertyFilterList
(InstancePropertyFilter... instancePropertyFilterList) An array of instance property filters.maxResults
(Integer maxResults) The maximum number of items to return for the call.The token provided by a previous request to use to return the next set of properties.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
Method Details
-
instancePropertyFilterList
DescribeInstancePropertiesRequest.Builder instancePropertyFilterList(Collection<InstancePropertyFilter> instancePropertyFilterList) An array of instance property filters.
- Parameters:
instancePropertyFilterList
- An array of instance property filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instancePropertyFilterList
DescribeInstancePropertiesRequest.Builder instancePropertyFilterList(InstancePropertyFilter... instancePropertyFilterList) An array of instance property filters.
- Parameters:
instancePropertyFilterList
- An array of instance property filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instancePropertyFilterList
DescribeInstancePropertiesRequest.Builder instancePropertyFilterList(Consumer<InstancePropertyFilter.Builder>... instancePropertyFilterList) An array of instance property filters.
This is a convenience method that creates an instance of theInstancePropertyFilter.Builder
avoiding the need to create one manually viaInstancePropertyFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinstancePropertyFilterList(List<InstancePropertyFilter>)
.- Parameters:
instancePropertyFilterList
- a consumer that will call methods onInstancePropertyFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filtersWithOperator
DescribeInstancePropertiesRequest.Builder filtersWithOperator(Collection<InstancePropertyStringFilter> filtersWithOperator) The request filters to use with the operator.
- Parameters:
filtersWithOperator
- The request filters to use with the operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filtersWithOperator
DescribeInstancePropertiesRequest.Builder filtersWithOperator(InstancePropertyStringFilter... filtersWithOperator) The request filters to use with the operator.
- Parameters:
filtersWithOperator
- The request filters to use with the operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filtersWithOperator
DescribeInstancePropertiesRequest.Builder filtersWithOperator(Consumer<InstancePropertyStringFilter.Builder>... filtersWithOperator) The request filters to use with the operator.
This is a convenience method that creates an instance of theInstancePropertyStringFilter.Builder
avoiding the need to create one manually viaInstancePropertyStringFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofiltersWithOperator(List<InstancePropertyStringFilter>)
.- Parameters:
filtersWithOperator
- a consumer that will call methods onInstancePropertyStringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of items to return for the call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
- Parameters:
maxResults
- The maximum number of items to return for the call. The call also returns a token that you can specify in a subsequent call to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token provided by a previous request to use to return the next set of properties.
- Parameters:
nextToken
- The token provided by a previous request to use to return the next set of properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeInstancePropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeInstancePropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-