Interface OutOfSyncReasonsView.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OutOfSyncReasonsView.Builder,,OutOfSyncReasonsView> SdkBuilder<OutOfSyncReasonsView.Builder,,OutOfSyncReasonsView> SdkPojo
- Enclosing class:
OutOfSyncReasonsView
@Mutable
@NotThreadSafe
public static interface OutOfSyncReasonsView.Builder
extends SdkPojo, CopyableBuilder<OutOfSyncReasonsView.Builder,OutOfSyncReasonsView>
-
Method Summary
Modifier and TypeMethodDescriptiondefault OutOfSyncReasonsView.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.reasons(Map<PolicyFirewallType, FirewallSyncReason> reasons) The out-of-sync reasons, keyed by firewall type.reasonsWithStrings(Map<String, FirewallSyncReason> reasons) The out-of-sync reasons, keyed by firewall type.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
-
reasonsWithStrings
The out-of-sync reasons, keyed by firewall type.
- Parameters:
reasons- The out-of-sync reasons, keyed by firewall type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasons
The out-of-sync reasons, keyed by firewall type.
- Parameters:
reasons- The out-of-sync reasons, 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:
-