Interface RoleUsageType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RoleUsageType.Builder,RoleUsageType>,SdkBuilder<RoleUsageType.Builder,RoleUsageType>,SdkPojo
- Enclosing class:
- RoleUsageType
public static interface RoleUsageType.Builder extends SdkPojo, CopyableBuilder<RoleUsageType.Builder,RoleUsageType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoleUsageType.Builderregion(String region)The name of the Region where the service-linked role is being used.RoleUsageType.Builderresources(String... resources)The name of the resource that is using the service-linked role.RoleUsageType.Builderresources(Collection<String> resources)The name of the resource that is using the service-linked role.-
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
-
region
RoleUsageType.Builder region(String region)
The name of the Region where the service-linked role is being used.
- Parameters:
region- The name of the Region where the service-linked role is being used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resources
RoleUsageType.Builder resources(Collection<String> resources)
The name of the resource that is using the service-linked role.
- Parameters:
resources- The name of the resource that is using the service-linked role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resources
RoleUsageType.Builder resources(String... resources)
The name of the resource that is using the service-linked role.
- Parameters:
resources- The name of the resource that is using the service-linked role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-