Uses of Interface
software.amazon.awssdk.services.ssm.model.GetCloudConnectorResponse.Builder
Packages that use GetCloudConnectorResponse.Builder
-
Uses of GetCloudConnectorResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetCloudConnectorResponse.BuilderModifier and TypeMethodDescriptionGetCloudConnectorResponse.builder()GetCloudConnectorResponse.Builder.cloudConnectorArn(String cloudConnectorArn) The ARN of the cloud connector.GetCloudConnectorResponse.Builder.configConnectorArn(String configConnectorArn) The ARN of the Amazon Web Services Config connector associated with this cloud connector.GetCloudConnectorResponse.Builder.configuration(Consumer<CloudConnectorConfiguration.Builder> configuration) The configuration details for the third-party cloud environment connection.GetCloudConnectorResponse.Builder.configuration(CloudConnectorConfiguration configuration) The configuration details for the third-party cloud environment connection.The date and time the cloud connector was created.GetCloudConnectorResponse.Builder.description(String description) The description of the cloud connector.GetCloudConnectorResponse.Builder.displayName(String displayName) The friendly name of the cloud connector.The ARN of the IAM role used by the cloud connector.GetCloudConnectorResponse.toBuilder()The date and time the cloud connector was last updated.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetCloudConnectorResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetCloudConnectorResponse.Builder>GetCloudConnectorResponse.serializableBuilderClass()