public static interface ServiceNameAndResourceType.Builder extends SdkPojo, CopyableBuilder<ServiceNameAndResourceType.Builder,ServiceNameAndResourceType>
| Modifier and Type | Method and Description |
|---|---|
ServiceNameAndResourceType.Builder |
resourceRegionScope(ResourceRegionScope resourceRegionScope)
Specifies the scope of visibility of resources of this type:
|
ServiceNameAndResourceType.Builder |
resourceRegionScope(String resourceRegionScope)
Specifies the scope of visibility of resources of this type:
|
ServiceNameAndResourceType.Builder |
resourceType(String resourceType)
The type of the resource.
|
ServiceNameAndResourceType.Builder |
serviceName(String serviceName)
The name of the Amazon Web Services service to which resources of this type belong.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceNameAndResourceType.Builder resourceType(String resourceType)
The type of the resource. This takes the form of: service-code:resource-code, and
is case-insensitive. For example, an Amazon EC2 Subnet would be represented by the string
ec2:subnet.
resourceType - The type of the resource. This takes the form of: service-code:resource-code
, and is case-insensitive. For example, an Amazon EC2 Subnet would be represented by the string
ec2:subnet.ServiceNameAndResourceType.Builder serviceName(String serviceName)
The name of the Amazon Web Services service to which resources of this type belong.
serviceName - The name of the Amazon Web Services service to which resources of this type belong.ServiceNameAndResourceType.Builder resourceRegionScope(String resourceRegionScope)
Specifies the scope of visibility of resources of this type:
REGIONAL – The resource can be accessed only by using requests that target the Amazon Web Services Region in which the resource exists.
GLOBAL – The resource can be accessed from any Amazon Web Services Region.
resourceRegionScope - Specifies the scope of visibility of resources of this type:
REGIONAL – The resource can be accessed only by using requests that target the Amazon Web Services Region in which the resource exists.
GLOBAL – The resource can be accessed from any Amazon Web Services Region.
ResourceRegionScope,
ResourceRegionScopeServiceNameAndResourceType.Builder resourceRegionScope(ResourceRegionScope resourceRegionScope)
Specifies the scope of visibility of resources of this type:
REGIONAL – The resource can be accessed only by using requests that target the Amazon Web Services Region in which the resource exists.
GLOBAL – The resource can be accessed from any Amazon Web Services Region.
resourceRegionScope - Specifies the scope of visibility of resources of this type:
REGIONAL – The resource can be accessed only by using requests that target the Amazon Web Services Region in which the resource exists.
GLOBAL – The resource can be accessed from any Amazon Web Services Region.
ResourceRegionScope,
ResourceRegionScopeCopyright © 2023. All rights reserved.