Interface ServiceId.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceId.Builder,ServiceId>,SdkBuilder<ServiceId.Builder,ServiceId>,SdkPojo
- Enclosing class:
- ServiceId
@Mutable @NotThreadSafe public static interface ServiceId.Builder extends SdkPojo, CopyableBuilder<ServiceId.Builder,ServiceId>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceId.BuilderaccountId(String accountId)ServiceId.Buildername(String name)ServiceId.Buildernames(String... names)ServiceId.Buildernames(Collection<String> names)ServiceId.Buildertype(String type)-
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 Detail
-
name
ServiceId.Builder name(String name)
- Parameters:
name-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
ServiceId.Builder names(Collection<String> names)
- Parameters:
names-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
ServiceId.Builder names(String... names)
- Parameters:
names-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
ServiceId.Builder accountId(String accountId)
- Parameters:
accountId-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ServiceId.Builder type(String type)
- Parameters:
type-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-