Interface ListGoalsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListGoalsRequest.Builder,,ListGoalsRequest> DevOpsAgentRequest.Builder,SdkBuilder<ListGoalsRequest.Builder,,ListGoalsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListGoalsRequest
@Mutable
@NotThreadSafe
public static interface ListGoalsRequest.Builder
extends DevOpsAgentRequest.Builder, SdkPojo, CopyableBuilder<ListGoalsRequest.Builder,ListGoalsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionagentSpaceId(String agentSpaceId) The unique identifier for the agent spaceFilter goals by goal typeFilter goals by goal typeMaximum number of goals to returnPagination token for the next set of resultsoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Filter goals by goal statusstatus(GoalStatus status) Filter goals by goal statusMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.devopsagent.model.DevOpsAgentRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
agentSpaceId
The unique identifier for the agent space
- Parameters:
agentSpaceId- The unique identifier for the agent space- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Filter goals by goal status
- Parameters:
status- Filter goals by goal status- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Filter goals by goal status
- Parameters:
status- Filter goals by goal status- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
goalType
Filter goals by goal type
- Parameters:
goalType- Filter goals by goal type- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
goalType
Filter goals by goal type
- Parameters:
goalType- Filter goals by goal type- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
limit
Maximum number of goals to return
- Parameters:
limit- Maximum number of goals to return- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Pagination token for the next set of results
- Parameters:
nextToken- Pagination token for the next set of results- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGoalsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListGoalsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-