Interface ListDeploymentEventsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDeploymentEventsResponse.Builder,ListDeploymentEventsResponse>,LaunchWizardResponse.Builder,SdkBuilder<ListDeploymentEventsResponse.Builder,ListDeploymentEventsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDeploymentEventsResponse
public static interface ListDeploymentEventsResponse.Builder extends LaunchWizardResponse.Builder, SdkPojo, CopyableBuilder<ListDeploymentEventsResponse.Builder,ListDeploymentEventsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDeploymentEventsResponse.BuilderdeploymentEvents(Collection<DeploymentEventDataSummary> deploymentEvents)Lists the deployment events.ListDeploymentEventsResponse.BuilderdeploymentEvents(Consumer<DeploymentEventDataSummary.Builder>... deploymentEvents)Lists the deployment events.ListDeploymentEventsResponse.BuilderdeploymentEvents(DeploymentEventDataSummary... deploymentEvents)Lists the deployment events.ListDeploymentEventsResponse.BuildernextToken(String nextToken)The token to include in another request to get the next page of items.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.launchwizard.model.LaunchWizardResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
deploymentEvents
ListDeploymentEventsResponse.Builder deploymentEvents(Collection<DeploymentEventDataSummary> deploymentEvents)
Lists the deployment events.
- Parameters:
deploymentEvents- Lists the deployment events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentEvents
ListDeploymentEventsResponse.Builder deploymentEvents(DeploymentEventDataSummary... deploymentEvents)
Lists the deployment events.
- Parameters:
deploymentEvents- Lists the deployment events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentEvents
ListDeploymentEventsResponse.Builder deploymentEvents(Consumer<DeploymentEventDataSummary.Builder>... deploymentEvents)
Lists the deployment events.
This is a convenience method that creates an instance of theDeploymentEventDataSummary.Builderavoiding the need to create one manually viaDeploymentEventDataSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#deploymentEvents(List.) - Parameters:
deploymentEvents- a consumer that will call methods onDeploymentEventDataSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#deploymentEvents(java.util.Collection)
-
nextToken
ListDeploymentEventsResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.- Parameters:
nextToken- The token to include in another request to get the next page of items. This value isnullwhen there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-