Interface GetVpcResourcesBlockingEncryptionEnforcementResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetVpcResourcesBlockingEncryptionEnforcementResponse.Builder,GetVpcResourcesBlockingEncryptionEnforcementResponse>,Ec2Response.Builder,SdkBuilder<GetVpcResourcesBlockingEncryptionEnforcementResponse.Builder,GetVpcResourcesBlockingEncryptionEnforcementResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetVpcResourcesBlockingEncryptionEnforcementResponse
@Mutable @NotThreadSafe public static interface GetVpcResourcesBlockingEncryptionEnforcementResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetVpcResourcesBlockingEncryptionEnforcementResponse.Builder,GetVpcResourcesBlockingEncryptionEnforcementResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetVpcResourcesBlockingEncryptionEnforcementResponse.BuildernextToken(String nextToken)The token to include in another request to get the next page of items.GetVpcResourcesBlockingEncryptionEnforcementResponse.BuildernonCompliantResources(Collection<VpcEncryptionNonCompliantResource> nonCompliantResources)Information about resources that are blocking encryption enforcement.GetVpcResourcesBlockingEncryptionEnforcementResponse.BuildernonCompliantResources(Consumer<VpcEncryptionNonCompliantResource.Builder>... nonCompliantResources)Information about resources that are blocking encryption enforcement.GetVpcResourcesBlockingEncryptionEnforcementResponse.BuildernonCompliantResources(VpcEncryptionNonCompliantResource... nonCompliantResources)Information about resources that are blocking encryption enforcement.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
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
-
-
-
-
Method Detail
-
nonCompliantResources
GetVpcResourcesBlockingEncryptionEnforcementResponse.Builder nonCompliantResources(Collection<VpcEncryptionNonCompliantResource> nonCompliantResources)
Information about resources that are blocking encryption enforcement.
- Parameters:
nonCompliantResources- Information about resources that are blocking encryption enforcement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nonCompliantResources
GetVpcResourcesBlockingEncryptionEnforcementResponse.Builder nonCompliantResources(VpcEncryptionNonCompliantResource... nonCompliantResources)
Information about resources that are blocking encryption enforcement.
- Parameters:
nonCompliantResources- Information about resources that are blocking encryption enforcement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nonCompliantResources
GetVpcResourcesBlockingEncryptionEnforcementResponse.Builder nonCompliantResources(Consumer<VpcEncryptionNonCompliantResource.Builder>... nonCompliantResources)
Information about resources that are blocking encryption enforcement.
This is a convenience method that creates an instance of theVpcEncryptionNonCompliantResource.Builderavoiding the need to create one manually viaVpcEncryptionNonCompliantResource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#nonCompliantResources(List.) - Parameters:
nonCompliantResources- a consumer that will call methods onVpcEncryptionNonCompliantResource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#nonCompliantResources(java.util.Collection)
-
nextToken
GetVpcResourcesBlockingEncryptionEnforcementResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.- Parameters:
nextToken- The token to include in another request to get the next page of items. This value isnullwhen there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-