Interface ParticipatingResourceID.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ParticipatingResourceID.Builder,ParticipatingResourceID>,SdkBuilder<ParticipatingResourceID.Builder,ParticipatingResourceID>,SdkPojo
- Enclosing class:
- ParticipatingResourceID
public static interface ParticipatingResourceID.Builder extends SdkPojo, CopyableBuilder<ParticipatingResourceID.Builder,ParticipatingResourceID>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParticipatingResourceID.BuildersourceNetworkID(String sourceNetworkID)Source Network ID.-
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 Detail
-
sourceNetworkID
ParticipatingResourceID.Builder sourceNetworkID(String sourceNetworkID)
Source Network ID.
- Parameters:
sourceNetworkID- Source Network ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-