Interface DescribeApplicationStatusCheckAssociationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeApplicationStatusCheckAssociationsResponse.Builder,,DescribeApplicationStatusCheckAssociationsResponse> Ec2Response.Builder,SdkBuilder<DescribeApplicationStatusCheckAssociationsResponse.Builder,,DescribeApplicationStatusCheckAssociationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeApplicationStatusCheckAssociationsResponse
-
Method Summary
Modifier and TypeMethodDescriptionassociations(Collection<ApplicationStatusCheckAssociationObject> associations) The associations for the specified application status checks.associations(Consumer<ApplicationStatusCheckAssociationObject.Builder>... associations) The associations for the specified application status checks.associations(ApplicationStatusCheckAssociationObject... associations) The associations for the specified application status checks.The token to include in another request to get the next page of items.tags(Collection<Tag> tags) The tags associated with the application status checks.tags(Consumer<Tag.Builder>... tags) The tags associated with the application status checks.The tags associated with the application status checks.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
associations
DescribeApplicationStatusCheckAssociationsResponse.Builder associations(Collection<ApplicationStatusCheckAssociationObject> associations) The associations for the specified application status checks.
- Parameters:
associations- The associations for the specified application status checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associations
DescribeApplicationStatusCheckAssociationsResponse.Builder associations(ApplicationStatusCheckAssociationObject... associations) The associations for the specified application status checks.
- Parameters:
associations- The associations for the specified application status checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associations
DescribeApplicationStatusCheckAssociationsResponse.Builder associations(Consumer<ApplicationStatusCheckAssociationObject.Builder>... associations) The associations for the specified application status checks.
This is a convenience method that creates an instance of theApplicationStatusCheckAssociationObject.Builderavoiding the need to create one manually viaApplicationStatusCheckAssociationObject.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassociations(List<ApplicationStatusCheckAssociationObject>).- Parameters:
associations- a consumer that will call methods onApplicationStatusCheckAssociationObject.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to include in another request to get the next page of items. This value is <code>null</code> when 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 is <code>null</code> when there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the application status checks.
- Parameters:
tags- The tags associated with the application status checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the application status checks.
- Parameters:
tags- The tags associated with the application status checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the application status checks.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-