Interface ParticipatingResource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ParticipatingResource.Builder,ParticipatingResource>,SdkBuilder<ParticipatingResource.Builder,ParticipatingResource>,SdkPojo
- Enclosing class:
- ParticipatingResource
public static interface ParticipatingResource.Builder extends SdkPojo, CopyableBuilder<ParticipatingResource.Builder,ParticipatingResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ParticipatingResource.BuilderlaunchStatus(String launchStatus)The launch status of a participating resource.ParticipatingResource.BuilderlaunchStatus(LaunchStatus launchStatus)The launch status of a participating resource.default ParticipatingResource.BuilderparticipatingResourceID(Consumer<ParticipatingResourceID.Builder> participatingResourceID)The ID of a participating resource.ParticipatingResource.BuilderparticipatingResourceID(ParticipatingResourceID participatingResourceID)The ID of a participating resource.-
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
-
launchStatus
ParticipatingResource.Builder launchStatus(String launchStatus)
The launch status of a participating resource.
- Parameters:
launchStatus- The launch status of a participating resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LaunchStatus,LaunchStatus
-
launchStatus
ParticipatingResource.Builder launchStatus(LaunchStatus launchStatus)
The launch status of a participating resource.
- Parameters:
launchStatus- The launch status of a participating resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LaunchStatus,LaunchStatus
-
participatingResourceID
ParticipatingResource.Builder participatingResourceID(ParticipatingResourceID participatingResourceID)
The ID of a participating resource.
- Parameters:
participatingResourceID- The ID of a participating resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participatingResourceID
default ParticipatingResource.Builder participatingResourceID(Consumer<ParticipatingResourceID.Builder> participatingResourceID)
The ID of a participating resource.
This is a convenience method that creates an instance of theParticipatingResourceID.Builderavoiding the need to create one manually viaParticipatingResourceID.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparticipatingResourceID(ParticipatingResourceID).- Parameters:
participatingResourceID- a consumer that will call methods onParticipatingResourceID.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
participatingResourceID(ParticipatingResourceID)
-
-