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) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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.Builderavoiding the need to create one manually viaInstancePropertyFilter.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaInstancePropertyStringFilter.builder().When the
Consumercompletes,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) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeInstancePropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-