Interface DescribeAttachedFilesConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<DescribeAttachedFilesConfigurationResponse.Builder,,DescribeAttachedFilesConfigurationResponse> SdkBuilder<DescribeAttachedFilesConfigurationResponse.Builder,,DescribeAttachedFilesConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeAttachedFilesConfigurationResponse
@Mutable
@NotThreadSafe
public static interface DescribeAttachedFilesConfigurationResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeAttachedFilesConfigurationResponse.Builder,DescribeAttachedFilesConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionattachedFilesConfiguration(Consumer<AttachedFilesConfiguration.Builder> attachedFilesConfiguration) Information about the attached files configuration.attachedFilesConfiguration(AttachedFilesConfiguration attachedFilesConfiguration) Information about the attached files configuration.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
attachedFilesConfiguration
DescribeAttachedFilesConfigurationResponse.Builder attachedFilesConfiguration(AttachedFilesConfiguration attachedFilesConfiguration) Information about the attached files configuration.
- Parameters:
attachedFilesConfiguration- Information about the attached files configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachedFilesConfiguration
default DescribeAttachedFilesConfigurationResponse.Builder attachedFilesConfiguration(Consumer<AttachedFilesConfiguration.Builder> attachedFilesConfiguration) Information about the attached files configuration.
This is a convenience method that creates an instance of theAttachedFilesConfiguration.Builderavoiding the need to create one manually viaAttachedFilesConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattachedFilesConfiguration(AttachedFilesConfiguration).- Parameters:
attachedFilesConfiguration- a consumer that will call methods onAttachedFilesConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-