Interface ListFieldLevelEncryptionConfigsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFrontResponse.Builder,CopyableBuilder<ListFieldLevelEncryptionConfigsResponse.Builder,ListFieldLevelEncryptionConfigsResponse>,SdkBuilder<ListFieldLevelEncryptionConfigsResponse.Builder,ListFieldLevelEncryptionConfigsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListFieldLevelEncryptionConfigsResponse
public static interface ListFieldLevelEncryptionConfigsResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<ListFieldLevelEncryptionConfigsResponse.Builder,ListFieldLevelEncryptionConfigsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ListFieldLevelEncryptionConfigsResponse.BuilderfieldLevelEncryptionList(Consumer<FieldLevelEncryptionList.Builder> fieldLevelEncryptionList)Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.ListFieldLevelEncryptionConfigsResponse.BuilderfieldLevelEncryptionList(FieldLevelEncryptionList fieldLevelEncryptionList)Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.-
Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
-
-
-
Method Detail
-
fieldLevelEncryptionList
ListFieldLevelEncryptionConfigsResponse.Builder fieldLevelEncryptionList(FieldLevelEncryptionList fieldLevelEncryptionList)
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
- Parameters:
fieldLevelEncryptionList- Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldLevelEncryptionList
default ListFieldLevelEncryptionConfigsResponse.Builder fieldLevelEncryptionList(Consumer<FieldLevelEncryptionList.Builder> fieldLevelEncryptionList)
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
This is a convenience method that creates an instance of theFieldLevelEncryptionList.Builderavoiding the need to create one manually viaFieldLevelEncryptionList.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofieldLevelEncryptionList(FieldLevelEncryptionList).- Parameters:
fieldLevelEncryptionList- a consumer that will call methods onFieldLevelEncryptionList.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fieldLevelEncryptionList(FieldLevelEncryptionList)
-
-