public static interface GetOpsSummaryRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetOpsSummaryRequest.Builder,GetOpsSummaryRequest>
Modifier and Type | Method and Description |
---|---|
GetOpsSummaryRequest.Builder |
aggregators(Collection<OpsAggregator> aggregators)
Optional aggregators that return counts of OpsItems based on one or more expressions.
|
GetOpsSummaryRequest.Builder |
aggregators(Consumer<OpsAggregator.Builder>... aggregators)
Optional aggregators that return counts of OpsItems based on one or more expressions.
|
GetOpsSummaryRequest.Builder |
aggregators(OpsAggregator... aggregators)
Optional aggregators that return counts of OpsItems based on one or more expressions.
|
GetOpsSummaryRequest.Builder |
filters(Collection<OpsFilter> filters)
Optional filters used to scope down the returned OpsItems.
|
GetOpsSummaryRequest.Builder |
filters(Consumer<OpsFilter.Builder>... filters)
Optional filters used to scope down the returned OpsItems.
|
GetOpsSummaryRequest.Builder |
filters(OpsFilter... filters)
Optional filters used to scope down the returned OpsItems.
|
GetOpsSummaryRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
GetOpsSummaryRequest.Builder |
nextToken(String nextToken)
A token to start the list.
|
GetOpsSummaryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetOpsSummaryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetOpsSummaryRequest.Builder |
resultAttributes(Collection<OpsResultAttribute> resultAttributes)
The OpsItem data type to return.
|
GetOpsSummaryRequest.Builder |
resultAttributes(Consumer<OpsResultAttribute.Builder>... resultAttributes)
The OpsItem data type to return.
|
GetOpsSummaryRequest.Builder |
resultAttributes(OpsResultAttribute... resultAttributes)
The OpsItem data type to return.
|
GetOpsSummaryRequest.Builder |
syncName(String syncName)
Specify the name of a resource data sync to get.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetOpsSummaryRequest.Builder syncName(String syncName)
Specify the name of a resource data sync to get.
syncName
- Specify the name of a resource data sync to get.GetOpsSummaryRequest.Builder filters(Collection<OpsFilter> filters)
Optional filters used to scope down the returned OpsItems.
filters
- Optional filters used to scope down the returned OpsItems.GetOpsSummaryRequest.Builder filters(OpsFilter... filters)
Optional filters used to scope down the returned OpsItems.
filters
- Optional filters used to scope down the returned OpsItems.GetOpsSummaryRequest.Builder filters(Consumer<OpsFilter.Builder>... filters)
Optional filters used to scope down the returned OpsItems.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
GetOpsSummaryRequest.Builder aggregators(Collection<OpsAggregator> aggregators)
Optional aggregators that return counts of OpsItems based on one or more expressions.
aggregators
- Optional aggregators that return counts of OpsItems based on one or more expressions.GetOpsSummaryRequest.Builder aggregators(OpsAggregator... aggregators)
Optional aggregators that return counts of OpsItems based on one or more expressions.
aggregators
- Optional aggregators that return counts of OpsItems based on one or more expressions.GetOpsSummaryRequest.Builder aggregators(Consumer<OpsAggregator.Builder>... aggregators)
Optional aggregators that return counts of OpsItems based on one or more expressions.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #aggregators(List)
.aggregators
- a consumer that will call methods on List.Builder
#aggregators(List)
GetOpsSummaryRequest.Builder resultAttributes(Collection<OpsResultAttribute> resultAttributes)
The OpsItem data type to return.
resultAttributes
- The OpsItem data type to return.GetOpsSummaryRequest.Builder resultAttributes(OpsResultAttribute... resultAttributes)
The OpsItem data type to return.
resultAttributes
- The OpsItem data type to return.GetOpsSummaryRequest.Builder resultAttributes(Consumer<OpsResultAttribute.Builder>... resultAttributes)
The OpsItem data type to return.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #resultAttributes(List)
.resultAttributes
- a consumer that will call methods on List.Builder
#resultAttributes(List)
GetOpsSummaryRequest.Builder nextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken
- A token to start the list. Use this token to get the next set of results.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.
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.GetOpsSummaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetOpsSummaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.