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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
relayIdThe unique relay identifier. - Parameters:
- relayId- The unique relay identifier.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
relayNameThe unique relay name. - Parameters:
- relayName- The unique relay name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedTimestampThe 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.
 
 
-