Interface EndpointStepMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EndpointStepMetadata.Builder,
,EndpointStepMetadata> SdkBuilder<EndpointStepMetadata.Builder,
,EndpointStepMetadata> SdkPojo
- Enclosing class:
EndpointStepMetadata
public static interface EndpointStepMetadata.Builder
extends SdkPojo, CopyableBuilder<EndpointStepMetadata.Builder,EndpointStepMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the endpoint in the step.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the endpoint in the step.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the endpoint in the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-