Interface Relay.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Relay.Builder,
,Relay> SdkBuilder<Relay.Builder,
,Relay> SdkPojo
- Enclosing class:
Relay
@Mutable
@NotThreadSafe
public static interface Relay.Builder
extends SdkPojo, CopyableBuilder<Relay.Builder,Relay>
-
Method Summary
Modifier and TypeMethodDescriptionlastModifiedTimestamp
(Instant lastModifiedTimestamp) The timestamp of when the relay was last modified.The unique relay identifier.The unique relay name.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
-
lastModifiedTimestamp
The timestamp of when the relay was last modified.
- Parameters:
lastModifiedTimestamp
- The timestamp of when the relay was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relayId
The unique relay identifier.
- Parameters:
relayId
- The unique relay identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relayName
The unique relay name.
- Parameters:
relayName
- The unique relay name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-