Interface ListWorkloadsRequest.Builder
- All Superinterfaces:
ApplicationInsightsRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<ListWorkloadsRequest.Builder,
,ListWorkloadsRequest> SdkBuilder<ListWorkloadsRequest.Builder,
,ListWorkloadsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListWorkloadsRequest
@Mutable
@NotThreadSafe
public static interface ListWorkloadsRequest.Builder
extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<ListWorkloadsRequest.Builder,ListWorkloadsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID of the owner of the workload.componentName
(String componentName) The name of the component.maxResults
(Integer maxResults) The maximum number of results to return in a single call.The token to request the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceGroupName
(String resourceGroupName) The name of the resource group.Methods inherited from interface software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsRequest.Builder
build
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
-
Method Details
-
resourceGroupName
The name of the resource group.
- Parameters:
resourceGroupName
- The name of the resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentName
The name of the component.
- Parameters:
componentName
- The name of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned
NextToken
value.- Parameters:
maxResults
- The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returnedNextToken
value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token to request the next page of results.
- Parameters:
nextToken
- The token to request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The Amazon Web Services account ID of the owner of the workload.
- Parameters:
accountId
- The Amazon Web Services account ID of the owner of the workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWorkloadsRequest.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
ListWorkloadsRequest.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.
-