Interface DescribeImageAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeImageAssociationsRequest.Builder,DescribeImageAssociationsRequest>,SdkBuilder<DescribeImageAssociationsRequest.Builder,DescribeImageAssociationsRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- DescribeImageAssociationsRequest
public static interface DescribeImageAssociationsRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeImageAssociationsRequest.Builder,DescribeImageAssociationsRequest>
-
-
Method Summary
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
-
-
-
Method Detail
-
imageId
DescribeImageAssociationsRequest.Builder imageId(String imageId)
The identifier of the image.
- Parameters:
imageId- The identifier of the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResourceTypesWithStrings
DescribeImageAssociationsRequest.Builder associatedResourceTypesWithStrings(Collection<String> associatedResourceTypes)
The resource types of the associated resource.
- Parameters:
associatedResourceTypes- The resource types of the associated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResourceTypesWithStrings
DescribeImageAssociationsRequest.Builder associatedResourceTypesWithStrings(String... associatedResourceTypes)
The resource types of the associated resource.
- Parameters:
associatedResourceTypes- The resource types of the associated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResourceTypes
DescribeImageAssociationsRequest.Builder associatedResourceTypes(Collection<ImageAssociatedResourceType> associatedResourceTypes)
The resource types of the associated resource.
- Parameters:
associatedResourceTypes- The resource types of the associated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResourceTypes
DescribeImageAssociationsRequest.Builder associatedResourceTypes(ImageAssociatedResourceType... associatedResourceTypes)
The resource types of the associated resource.
- Parameters:
associatedResourceTypes- The resource types of the associated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeImageAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeImageAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-