Interface ResourceConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceConfiguration.Builder,,ResourceConfiguration> SdkBuilder<ResourceConfiguration.Builder,,ResourceConfiguration> SdkPojo
- Enclosing class:
ResourceConfiguration
@Mutable
@NotThreadSafe
public static interface ResourceConfiguration.Builder
extends SdkPojo, CopyableBuilder<ResourceConfiguration.Builder,ResourceConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the resource configuration.identifier(String identifier) The identifier of the resource configuration.The name of the resource configuration.parameters(Map<String, String> parameters) The parameters of the resource configuration.The Amazon Web Services Region of the resource configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
identifier
The identifier of the resource configuration.
- Parameters:
identifier- The identifier of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the resource configuration.
- Parameters:
name- The name of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the resource configuration.
- Parameters:
description- The description of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
The Amazon Web Services Region of the resource configuration.
- Parameters:
region- The Amazon Web Services Region of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The parameters of the resource configuration.
- Parameters:
parameters- The parameters of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-