Interface ListEnvironmentActionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEnvironmentActionsRequest.Builder,ListEnvironmentActionsRequest>,DataZoneRequest.Builder,SdkBuilder<ListEnvironmentActionsRequest.Builder,ListEnvironmentActionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEnvironmentActionsRequest
public static interface ListEnvironmentActionsRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<ListEnvironmentActionsRequest.Builder,ListEnvironmentActionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEnvironmentActionsRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain in which the environment actions are listed.ListEnvironmentActionsRequest.BuilderenvironmentIdentifier(String environmentIdentifier)The ID of the envrironment whose environment actions are listed.ListEnvironmentActionsRequest.BuildermaxResults(Integer maxResults)The maximum number of environment actions to return in a single call toListEnvironmentActions.ListEnvironmentActionsRequest.BuildernextToken(String nextToken)When the number of environment actions is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environment actions, the response includes a pagination token namedNextToken.ListEnvironmentActionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEnvironmentActionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.services.datazone.model.DataZoneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domainIdentifier
ListEnvironmentActionsRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment actions are listed.
- Parameters:
domainIdentifier- The ID of the Amazon DataZone domain in which the environment actions are listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentIdentifier
ListEnvironmentActionsRequest.Builder environmentIdentifier(String environmentIdentifier)
The ID of the envrironment whose environment actions are listed.
- Parameters:
environmentIdentifier- The ID of the envrironment whose environment actions are listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEnvironmentActionsRequest.Builder maxResults(Integer maxResults)
The maximum number of environment actions to return in a single call to
ListEnvironmentActions. When the number of environment actions to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListEnvironmentActionsto list the next set of environment actions.- Parameters:
maxResults- The maximum number of environment actions to return in a single call toListEnvironmentActions. When the number of environment actions to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call toListEnvironmentActionsto list the next set of environment actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListEnvironmentActionsRequest.Builder nextToken(String nextToken)
When the number of environment actions is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environment actions, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentActionsto list the next set of environment actions.- Parameters:
nextToken- When the number of environment actions is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of environment actions, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListEnvironmentActionsto list the next set of environment actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEnvironmentActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEnvironmentActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-