Interface ResourceConfigurationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceConfigurationSummary.Builder,
,ResourceConfigurationSummary> SdkBuilder<ResourceConfigurationSummary.Builder,
,ResourceConfigurationSummary> SdkPojo
- Enclosing class:
ResourceConfigurationSummary
-
Method Summary
Modifier and TypeMethodDescriptionamazonManaged
(Boolean amazonManaged) Indicates whether the resource configuration was created and is managed by Amazon.The Amazon Resource Name (ARN) of the resource configuration.The date and time that the resource configuration was created, in ISO-8601 format.The ID of the resource configuration.lastUpdatedAt
(Instant lastUpdatedAt) The most recent date and time that the resource configuration was updated, in ISO-8601 format.The name of the resource configuration.resourceConfigurationGroupId
(String resourceConfigurationGroupId) The ID of the group resource configuration.resourceGatewayId
(String resourceGatewayId) The ID of the resource gateway.The status of the resource configuration.status
(ResourceConfigurationStatus status) The status of the resource configuration.The type of resource configuration.The type of resource configuration.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 Details
-
amazonManaged
Indicates whether the resource configuration was created and is managed by Amazon.
- Parameters:
amazonManaged
- Indicates whether the resource configuration was created and is managed by Amazon.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the resource configuration.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time that the resource configuration was created, in ISO-8601 format.
- Parameters:
createdAt
- The date and time that the resource configuration was created, in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the resource configuration.
- Parameters:
id
- The ID of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
The most recent date and time that the resource configuration was updated, in ISO-8601 format.
- Parameters:
lastUpdatedAt
- The most recent date and time that the resource configuration was updated, in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the resource configuration.
- Parameters:
name
- The name of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceConfigurationGroupId
ResourceConfigurationSummary.Builder resourceConfigurationGroupId(String resourceConfigurationGroupId) The ID of the group resource configuration.
- Parameters:
resourceConfigurationGroupId
- The ID of the group resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceGatewayId
The ID of the resource gateway.
- Parameters:
resourceGatewayId
- The ID of the resource gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the resource configuration.
- Parameters:
status
- The status of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the resource configuration.
- Parameters:
status
- The status of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of resource configuration.
-
SINGLE
- A single resource. -
GROUP
- A group of resources. -
CHILD
- A single resource that is part of a group resource configuration. -
ARN
- An Amazon Web Services resource.
- Parameters:
type
- The type of resource configuration.-
SINGLE
- A single resource. -
GROUP
- A group of resources. -
CHILD
- A single resource that is part of a group resource configuration. -
ARN
- An Amazon Web Services resource.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
type
The type of resource configuration.
-
SINGLE
- A single resource. -
GROUP
- A group of resources. -
CHILD
- A single resource that is part of a group resource configuration. -
ARN
- An Amazon Web Services resource.
- Parameters:
type
- The type of resource configuration.-
SINGLE
- A single resource. -
GROUP
- A group of resources. -
CHILD
- A single resource that is part of a group resource configuration. -
ARN
- An Amazon Web Services resource.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-