Interface ListDeploymentEventsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDeploymentEventsRequest.Builder,ListDeploymentEventsRequest>,LaunchWizardRequest.Builder,SdkBuilder<ListDeploymentEventsRequest.Builder,ListDeploymentEventsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDeploymentEventsRequest
public static interface ListDeploymentEventsRequest.Builder extends LaunchWizardRequest.Builder, SdkPojo, CopyableBuilder<ListDeploymentEventsRequest.Builder,ListDeploymentEventsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDeploymentEventsRequest.BuilderdeploymentId(String deploymentId)The ID of the deployment.ListDeploymentEventsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return for this request.ListDeploymentEventsRequest.BuildernextToken(String nextToken)The token returned from a previous paginated request.ListDeploymentEventsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeploymentEventsRequest.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.launchwizard.model.LaunchWizardRequest.Builder
build
-
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 Detail
-
deploymentId
ListDeploymentEventsRequest.Builder deploymentId(String deploymentId)
The ID of the deployment.
- Parameters:
deploymentId- The ID of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDeploymentEventsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.
- Parameters:
maxResults- The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDeploymentEventsRequest.Builder nextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
- Parameters:
nextToken- The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDeploymentEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDeploymentEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-