Interface GetOpsSummaryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetOpsSummaryRequest.Builder,GetOpsSummaryRequest>,SdkBuilder<GetOpsSummaryRequest.Builder,GetOpsSummaryRequest>,SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- GetOpsSummaryRequest
@Mutable @NotThreadSafe public static interface GetOpsSummaryRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetOpsSummaryRequest.Builder,GetOpsSummaryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetOpsSummaryRequest.Builderaggregators(Collection<OpsAggregator> aggregators)Optional aggregators that return counts of OpsData based on one or more expressions.GetOpsSummaryRequest.Builderaggregators(Consumer<OpsAggregator.Builder>... aggregators)Optional aggregators that return counts of OpsData based on one or more expressions.GetOpsSummaryRequest.Builderaggregators(OpsAggregator... aggregators)Optional aggregators that return counts of OpsData based on one or more expressions.GetOpsSummaryRequest.Builderfilters(Collection<OpsFilter> filters)Optional filters used to scope down the returned OpsData.GetOpsSummaryRequest.Builderfilters(Consumer<OpsFilter.Builder>... filters)Optional filters used to scope down the returned OpsData.GetOpsSummaryRequest.Builderfilters(OpsFilter... filters)Optional filters used to scope down the returned OpsData.GetOpsSummaryRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return for this call.GetOpsSummaryRequest.BuildernextToken(String nextToken)A token to start the list.GetOpsSummaryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetOpsSummaryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetOpsSummaryRequest.BuilderresultAttributes(Collection<OpsResultAttribute> resultAttributes)The OpsData data type to return.GetOpsSummaryRequest.BuilderresultAttributes(Consumer<OpsResultAttribute.Builder>... resultAttributes)The OpsData data type to return.GetOpsSummaryRequest.BuilderresultAttributes(OpsResultAttribute... resultAttributes)The OpsData data type to return.GetOpsSummaryRequest.BuildersyncName(String syncName)Specify the name of a resource data sync to get.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
-
-
-
Method Detail
-
syncName
GetOpsSummaryRequest.Builder syncName(String syncName)
Specify the name of a resource data sync to get.
- Parameters:
syncName- Specify the name of a resource data sync to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
GetOpsSummaryRequest.Builder filters(Collection<OpsFilter> filters)
Optional filters used to scope down the returned OpsData.
- Parameters:
filters- Optional filters used to scope down the returned OpsData.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
GetOpsSummaryRequest.Builder filters(OpsFilter... filters)
Optional filters used to scope down the returned OpsData.
- Parameters:
filters- Optional filters used to scope down the returned OpsData.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
GetOpsSummaryRequest.Builder filters(Consumer<OpsFilter.Builder>... filters)
Optional filters used to scope down the returned OpsData.
This is a convenience method that creates an instance of theOpsFilter.Builderavoiding the need to create one manually viaOpsFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onOpsFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
aggregators
GetOpsSummaryRequest.Builder aggregators(Collection<OpsAggregator> aggregators)
Optional aggregators that return counts of OpsData based on one or more expressions.
- Parameters:
aggregators- Optional aggregators that return counts of OpsData based on one or more expressions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregators
GetOpsSummaryRequest.Builder aggregators(OpsAggregator... aggregators)
Optional aggregators that return counts of OpsData based on one or more expressions.
- Parameters:
aggregators- Optional aggregators that return counts of OpsData based on one or more expressions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregators
GetOpsSummaryRequest.Builder aggregators(Consumer<OpsAggregator.Builder>... aggregators)
Optional aggregators that return counts of OpsData based on one or more expressions.
This is a convenience method that creates an instance of theOpsAggregator.Builderavoiding the need to create one manually viaOpsAggregator.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#aggregators(List.) - Parameters:
aggregators- a consumer that will call methods onOpsAggregator.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#aggregators(java.util.Collection)
-
resultAttributes
GetOpsSummaryRequest.Builder resultAttributes(Collection<OpsResultAttribute> resultAttributes)
The OpsData data type to return.
- Parameters:
resultAttributes- The OpsData data type to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resultAttributes
GetOpsSummaryRequest.Builder resultAttributes(OpsResultAttribute... resultAttributes)
The OpsData data type to return.
- Parameters:
resultAttributes- The OpsData data type to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resultAttributes
GetOpsSummaryRequest.Builder resultAttributes(Consumer<OpsResultAttribute.Builder>... resultAttributes)
The OpsData data type to return.
This is a convenience method that creates an instance of theOpsResultAttribute.Builderavoiding the need to create one manually viaOpsResultAttribute.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#resultAttributes(List.) - Parameters:
resultAttributes- a consumer that will call methods onOpsResultAttribute.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#resultAttributes(java.util.Collection)
-
nextToken
GetOpsSummaryRequest.Builder nextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
- Parameters:
nextToken- A token to start the list. Use this token to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetOpsSummaryRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this 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 this 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.
-
overrideConfiguration
GetOpsSummaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetOpsSummaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-