Interface CloudConnectorSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CloudConnectorSummary.Builder,,CloudConnectorSummary> SdkBuilder<CloudConnectorSummary.Builder,,CloudConnectorSummary> SdkPojo
- Enclosing class:
CloudConnectorSummary
@Mutable
@NotThreadSafe
public static interface CloudConnectorSummary.Builder
extends SdkPojo, CopyableBuilder<CloudConnectorSummary.Builder,CloudConnectorSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncloudConnectorId(String cloudConnectorId) The ID of the cloud connector.The date and time the cloud connector was created.description(String description) The description of the cloud connector.displayName(String displayName) The friendly name of the cloud connector.The ARN of the IAM role used by the cloud connector.The date and time the cloud connector was last updated.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
-
cloudConnectorId
The ID of the cloud connector.
- Parameters:
cloudConnectorId- The ID of the cloud connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The friendly name of the cloud connector.
- Parameters:
displayName- The friendly name of the cloud connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the cloud connector.
- Parameters:
description- The description of the cloud connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The ARN of the IAM role used by the cloud connector.
- Parameters:
roleArn- The ARN of the IAM role used by the cloud connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the cloud connector was created.
- Parameters:
createdAt- The date and time the cloud connector was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the cloud connector was last updated.
- Parameters:
updatedAt- The date and time the cloud connector was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-