Interface EndpointConfigStepMetadata.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EndpointConfigStepMetadata.Builder,,EndpointConfigStepMetadata> SdkBuilder<EndpointConfigStepMetadata.Builder,,EndpointConfigStepMetadata> SdkPojo
- Enclosing class:
 EndpointConfigStepMetadata
public static interface EndpointConfigStepMetadata.Builder
extends SdkPojo, CopyableBuilder<EndpointConfigStepMetadata.Builder,EndpointConfigStepMetadata> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the endpoint configuration used in the step.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
- 
arn
The Amazon Resource Name (ARN) of the endpoint configuration used in the step.
- Parameters:
 arn- The Amazon Resource Name (ARN) of the endpoint configuration used in the step.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -