Interface UpdateConnectorV2Response.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateConnectorV2Response.Builder,,UpdateConnectorV2Response> SdkBuilder<UpdateConnectorV2Response.Builder,,UpdateConnectorV2Response> SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
UpdateConnectorV2Response
@Mutable
@NotThreadSafe
public static interface UpdateConnectorV2Response.Builder
extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<UpdateConnectorV2Response.Builder,UpdateConnectorV2Response>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorStatus(String connectorStatus) The status of the connector after the update.connectorStatus(ConnectorStatus connectorStatus) The status of the connector after the update.enablementStatus(String enablementStatus) The enablement status of the connector after the update.enablementStatus(EnablementStatus enablementStatus) The enablement status of the connector after the update.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
-
connectorStatus
The status of the connector after the update.
- Parameters:
connectorStatus- The status of the connector after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectorStatus
The status of the connector after the update.
- Parameters:
connectorStatus- The status of the connector after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enablementStatus
The enablement status of the connector after the update.
- Parameters:
enablementStatus- The enablement status of the connector after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enablementStatus
The enablement status of the connector after the update.
- Parameters:
enablementStatus- The enablement status of the connector after the update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-