Interface RemediationIssuesView.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RemediationIssuesView.Builder,,RemediationIssuesView> SdkBuilder<RemediationIssuesView.Builder,,RemediationIssuesView> SdkPojo
- Enclosing class:
RemediationIssuesView
@Mutable
@NotThreadSafe
public static interface RemediationIssuesView.Builder
extends SdkPojo, CopyableBuilder<RemediationIssuesView.Builder,RemediationIssuesView>
-
Method Summary
Modifier and TypeMethodDescriptionThe remediation issues, keyed by firewall type.The remediation issues, keyed by firewall type.default RemediationIssuesView.BuildernotVisible(Consumer<NotVisibleMarker.Builder> notVisible) Indicates that the details are not visible because of cross-account restrictions.notVisible(NotVisibleMarker notVisible) Indicates that the details are not visible because of cross-account restrictions.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
-
issuesWithStrings
The remediation issues, keyed by firewall type.
- Parameters:
issues- The remediation issues, keyed by firewall type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
issues
The remediation issues, keyed by firewall type.
- Parameters:
issues- The remediation issues, keyed by firewall type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notVisible
Indicates that the details are not visible because of cross-account restrictions.
- Parameters:
notVisible- Indicates that the details are not visible because of cross-account restrictions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notVisible
Indicates that the details are not visible because of cross-account restrictions.
This is a convenience method that creates an instance of theNotVisibleMarker.Builderavoiding the need to create one manually viaNotVisibleMarker.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonotVisible(NotVisibleMarker).- Parameters:
notVisible- a consumer that will call methods onNotVisibleMarker.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-