Interface GetConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetConfigurationResponse.Builder,,GetConfigurationResponse> OmicsResponse.Builder,SdkBuilder<GetConfigurationResponse.Builder,,GetConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetConfigurationResponse.Builder
extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetConfigurationResponse.Builder,GetConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionUnique resource identifier for the configuration.creationTime(Instant creationTime) Configuration creation timestamp.description(String description) Description for the configuration.User-friendly name for the configuration.default GetConfigurationResponse.BuilderrunConfigurations(Consumer<RunConfigurationsResponse.Builder> runConfigurations) Run-specific configurations.runConfigurations(RunConfigurationsResponse runConfigurations) Run-specific configurations.Current configuration status.status(ConfigurationStatus status) Current configuration status.Tags for the configuration.Unique identifier for the configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.omics.model.OmicsResponse.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
-
arn
Unique resource identifier for the configuration.
- Parameters:
arn- Unique resource identifier for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uuid
Unique identifier for the configuration.
- Parameters:
uuid- Unique identifier for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
User-friendly name for the configuration.
- Parameters:
name- User-friendly name for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Description for the configuration.
- Parameters:
description- Description for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runConfigurations
Run-specific configurations.
- Parameters:
runConfigurations- Run-specific configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runConfigurations
default GetConfigurationResponse.Builder runConfigurations(Consumer<RunConfigurationsResponse.Builder> runConfigurations) Run-specific configurations.
This is a convenience method that creates an instance of theRunConfigurationsResponse.Builderavoiding the need to create one manually viaRunConfigurationsResponse.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torunConfigurations(RunConfigurationsResponse).- Parameters:
runConfigurations- a consumer that will call methods onRunConfigurationsResponse.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Current configuration status.
- Parameters:
status- Current configuration status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Current configuration status.
- Parameters:
status- Current configuration status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
Configuration creation timestamp.
- Parameters:
creationTime- Configuration creation timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags for the configuration.
- Parameters:
tags- Tags for the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-