public static interface ListTargetsRequest.Builder extends CodestarNotificationsRequest.Builder, SdkPojo, CopyableBuilder<ListTargetsRequest.Builder,ListTargetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTargetsRequest.Builder |
filters(Collection<ListTargetsFilter> filters)
The filters to use to return information by service or resource type.
|
ListTargetsRequest.Builder |
filters(Consumer<ListTargetsFilter.Builder>... filters)
The filters to use to return information by service or resource type.
|
ListTargetsRequest.Builder |
filters(ListTargetsFilter... filters)
The filters to use to return information by service or resource type.
|
ListTargetsRequest.Builder |
maxResults(Integer maxResults)
A non-negative integer used to limit the number of returned results.
|
ListTargetsRequest.Builder |
nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
ListTargetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTargetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTargetsRequest.Builder filters(Collection<ListTargetsFilter> filters)
The filters to use to return information by service or resource type. Valid filters include target type, target address, and target status.
A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
filters - The filters to use to return information by service or resource type. Valid filters include target
type, target address, and target status. A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
ListTargetsRequest.Builder filters(ListTargetsFilter... filters)
The filters to use to return information by service or resource type. Valid filters include target type, target address, and target status.
A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
filters - The filters to use to return information by service or resource type. Valid filters include target
type, target address, and target status. A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
ListTargetsRequest.Builder filters(Consumer<ListTargetsFilter.Builder>... filters)
The filters to use to return information by service or resource type. Valid filters include target type, target address, and target status.
A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
List.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) ListTargetsRequest.Builder nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.ListTargetsRequest.Builder maxResults(Integer maxResults)
A non-negative integer used to limit the number of returned results. The maximum number of results that can be returned is 100.
maxResults - A non-negative integer used to limit the number of returned results. The maximum number of results
that can be returned is 100.ListTargetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTargetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.