Interface ManagedEndpointCredentials.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ManagedEndpointCredentials.Builder,
,ManagedEndpointCredentials> SdkBuilder<ManagedEndpointCredentials.Builder,
,ManagedEndpointCredentials> SdkPojo
- Enclosing class:
ManagedEndpointCredentials
@Mutable
@NotThreadSafe
public static interface ManagedEndpointCredentials.Builder
extends SdkPojo, CopyableBuilder<ManagedEndpointCredentials.Builder,ManagedEndpointCredentials>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the managed endpoint credentials.The ARN of the managed endpoint credentials.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 Details
-
id
The identifier of the managed endpoint credentials.
- Parameters:
id
- The identifier of the managed endpoint credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
token
The ARN of the managed endpoint credentials.
- Parameters:
token
- The ARN of the managed endpoint credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-