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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointStepMetadata.Builder
arn(String arn)
The 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
EndpointStepMetadata.Builder arn(String 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.
-
-