Interface PutResourceConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PutResourceConfiguration.Builder,,PutResourceConfiguration> SdkBuilder<PutResourceConfiguration.Builder,,PutResourceConfiguration> SdkPojo
- Enclosing class:
PutResourceConfiguration
@Mutable
@NotThreadSafe
public static interface PutResourceConfiguration.Builder
extends SdkPojo, CopyableBuilder<PutResourceConfiguration.Builder,PutResourceConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description 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
-
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.
-