Interface CloudDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CloudDetails.Builder,,CloudDetails> SdkBuilder<CloudDetails.Builder,,CloudDetails> SdkPojo
- Enclosing class:
CloudDetails
@Mutable
@NotThreadSafe
public static interface CloudDetails.Builder
extends SdkPojo, CopyableBuilder<CloudDetails.Builder,CloudDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID of the investigated resource.The cloud provider.provider(CloudProvider provider) The cloud provider.The Amazon Web Services Region in which the investigated resource resides.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
provider
The cloud provider. Currently, only
AWSis supported.- Parameters:
provider- The cloud provider. Currently, onlyAWSis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provider
The cloud provider. Currently, only
AWSis supported.- Parameters:
provider- The cloud provider. Currently, onlyAWSis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
region
The Amazon Web Services Region in which the investigated resource resides.
- Parameters:
region- The Amazon Web Services Region in which the investigated resource resides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
account
The Amazon Web Services account ID of the investigated resource.
- Parameters:
account- The Amazon Web Services account ID of the investigated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-