Interface CaCertificatesBundleSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CaCertificatesBundleSource.Builder,,CaCertificatesBundleSource> SdkBuilder<CaCertificatesBundleSource.Builder,,CaCertificatesBundleSource> SdkPojo
- Enclosing class:
CaCertificatesBundleSource
@Mutable
@NotThreadSafe
public static interface CaCertificatesBundleSource.Builder
extends SdkPojo, CopyableBuilder<CaCertificatesBundleSource.Builder,CaCertificatesBundleSource>
-
Method Summary
Modifier and TypeMethodDescriptioncaCertificatesBundleS3Location(Consumer<CaCertificatesBundleS3Location.Builder> caCertificatesBundleS3Location) The CA certificates bundle location in Amazon S3.caCertificatesBundleS3Location(CaCertificatesBundleS3Location caCertificatesBundleS3Location) The CA certificates bundle location in Amazon S3.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
-
caCertificatesBundleS3Location
CaCertificatesBundleSource.Builder caCertificatesBundleS3Location(CaCertificatesBundleS3Location caCertificatesBundleS3Location) The CA certificates bundle location in Amazon S3.
- Parameters:
caCertificatesBundleS3Location- The CA certificates bundle location in Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
caCertificatesBundleS3Location
default CaCertificatesBundleSource.Builder caCertificatesBundleS3Location(Consumer<CaCertificatesBundleS3Location.Builder> caCertificatesBundleS3Location) The CA certificates bundle location in Amazon S3.
This is a convenience method that creates an instance of theCaCertificatesBundleS3Location.Builderavoiding the need to create one manually viaCaCertificatesBundleS3Location.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocaCertificatesBundleS3Location(CaCertificatesBundleS3Location).- Parameters:
caCertificatesBundleS3Location- a consumer that will call methods onCaCertificatesBundleS3Location.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-