Interface CreateConnectorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateConnectorResponse.Builder,,CreateConnectorResponse> SdkBuilder<CreateConnectorResponse.Builder,,CreateConnectorResponse> SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
CreateConnectorResponse
@Mutable
@NotThreadSafe
public static interface CreateConnectorResponse.Builder
extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<CreateConnectorResponse.Builder,CreateConnectorResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorArn(String connectorArn) The Amazon Resource Name (ARN) of the connector.connectorId(String connectorId) The unique identifier of the connector.connectorStatus(String connectorStatus) The connectivity status of the connector.connectorStatus(CspmConnectorStatus connectorStatus) The connectivity status of the connector.enablementStatus(String enablementStatus) The enablement status of the connector.enablementStatus(CspmEnablementStatus enablementStatus) The enablement status of the connector.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
connectorArn
The Amazon Resource Name (ARN) of the connector.
- Parameters:
connectorArn- The Amazon Resource Name (ARN) of the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorId
The unique identifier of the connector.
- Parameters:
connectorId- The unique identifier of the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorStatus
The connectivity status of the connector.
- Parameters:
connectorStatus- The connectivity status of the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectorStatus
The connectivity status of the connector.
- Parameters:
connectorStatus- The connectivity status of the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enablementStatus
The enablement status of the connector.
- Parameters:
enablementStatus- The enablement status of the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enablementStatus
The enablement status of the connector.
- Parameters:
enablementStatus- The enablement status of the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-