Interface ProxyConfigurationMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProxyConfigurationMetadata.Builder,,ProxyConfigurationMetadata> SdkBuilder<ProxyConfigurationMetadata.Builder,,ProxyConfigurationMetadata> SdkPojo
- Enclosing class:
ProxyConfigurationMetadata
@Mutable
@NotThreadSafe
public static interface ProxyConfigurationMetadata.Builder
extends SdkPojo, CopyableBuilder<ProxyConfigurationMetadata.Builder,ProxyConfigurationMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of a proxy configuration.The descriptive name of the proxy 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 descriptive name of the proxy configuration. You can't change the name of a proxy configuration after you create it.
- Parameters:
name- The descriptive name of the proxy configuration. You can't change the name of a proxy configuration after you create it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of a proxy configuration.
- Parameters:
arn- The Amazon Resource Name (ARN) of a proxy configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-