Interface DescribeInstancePatchStatesForPatchGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeInstancePatchStatesForPatchGroupRequest.Builder,
,DescribeInstancePatchStatesForPatchGroupRequest> SdkBuilder<DescribeInstancePatchStatesForPatchGroupRequest.Builder,
,DescribeInstancePatchStatesForPatchGroupRequest> SdkPojo
,SdkRequest.Builder
,SsmRequest.Builder
- Enclosing class:
DescribeInstancePatchStatesForPatchGroupRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters
(Collection<InstancePatchStateFilter> filters) Each entry in the array is a structure containing:filters
(Consumer<InstancePatchStateFilter.Builder>... filters) Each entry in the array is a structure containing:filters
(InstancePatchStateFilter... filters) Each entry in the array is a structure containing:maxResults
(Integer maxResults) The maximum number of patches to return (per page).The token for the next set of items to return.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.patchGroup
(String patchGroup) The name of the patch group for which the patch state information should be retrieved.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
-
patchGroup
The name of the patch group for which the patch state information should be retrieved.
- Parameters:
patchGroup
- The name of the patch group for which the patch state information should be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeInstancePatchStatesForPatchGroupRequest.Builder filters(Collection<InstancePatchStateFilter> filters) Each entry in the array is a structure containing:
-
Key (string between 1 and 200 characters)
-
Values (array containing a single string)
-
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
- Parameters:
filters
- Each entry in the array is a structure containing:-
Key (string between 1 and 200 characters)
-
Values (array containing a single string)
-
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
DescribeInstancePatchStatesForPatchGroupRequest.Builder filters(InstancePatchStateFilter... filters) Each entry in the array is a structure containing:
-
Key (string between 1 and 200 characters)
-
Values (array containing a single string)
-
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
- Parameters:
filters
- Each entry in the array is a structure containing:-
Key (string between 1 and 200 characters)
-
Values (array containing a single string)
-
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
DescribeInstancePatchStatesForPatchGroupRequest.Builder filters(Consumer<InstancePatchStateFilter.Builder>... filters) Each entry in the array is a structure containing:
-
Key (string between 1 and 200 characters)
-
Values (array containing a single string)
-
Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")
InstancePatchStateFilter.Builder
avoiding the need to create one manually viaInstancePatchStateFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<InstancePatchStateFilter>)
.- Parameters:
filters
- a consumer that will call methods onInstancePatchStateFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
nextToken
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of patches to return (per page).
- Parameters:
maxResults
- The maximum number of patches to return (per page).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeInstancePatchStatesForPatchGroupRequest.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
DescribeInstancePatchStatesForPatchGroupRequest.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.
-