Interface CreateWebAclResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateWebAclResponse.Builder,CreateWebAclResponse>,SdkBuilder<CreateWebAclResponse.Builder,CreateWebAclResponse>,SdkPojo,SdkResponse.Builder,Wafv2Response.Builder
- Enclosing class:
- CreateWebAclResponse
public static interface CreateWebAclResponse.Builder extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<CreateWebAclResponse.Builder,CreateWebAclResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateWebAclResponse.Buildersummary(Consumer<WebACLSummary.Builder> summary)High-level information about a WebACL, returned by operations like create and list.CreateWebAclResponse.Buildersummary(WebACLSummary summary)High-level information about a WebACL, returned by operations like create and list.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.wafv2.model.Wafv2Response.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
summary
CreateWebAclResponse.Builder summary(WebACLSummary summary)
High-level information about a WebACL, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a
WebACL, and the ARN, that you provide to operations like AssociateWebACL.- Parameters:
summary- High-level information about a WebACL, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage aWebACL, and the ARN, that you provide to operations like AssociateWebACL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summary
default CreateWebAclResponse.Builder summary(Consumer<WebACLSummary.Builder> summary)
High-level information about a WebACL, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a
This is a convenience method that creates an instance of theWebACL, and the ARN, that you provide to operations like AssociateWebACL.WebACLSummary.Builderavoiding the need to create one manually viaWebACLSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosummary(WebACLSummary).- Parameters:
summary- a consumer that will call methods onWebACLSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
summary(WebACLSummary)
-
-