public static interface UpdateDataRepositoryAssociationResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<UpdateDataRepositoryAssociationResponse.Builder,UpdateDataRepositoryAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateDataRepositoryAssociationResponse.Builder |
association(Consumer<DataRepositoryAssociation.Builder> association)
The response object returned after the data repository association is updated.
|
UpdateDataRepositoryAssociationResponse.Builder |
association(DataRepositoryAssociation association)
The response object returned after the data repository association is updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDataRepositoryAssociationResponse.Builder association(DataRepositoryAssociation association)
The response object returned after the data repository association is updated.
association - The response object returned after the data repository association is updated.default UpdateDataRepositoryAssociationResponse.Builder association(Consumer<DataRepositoryAssociation.Builder> association)
The response object returned after the data repository association is updated.
This is a convenience method that creates an instance of theDataRepositoryAssociation.Builder
avoiding the need to create one manually via DataRepositoryAssociation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to association(DataRepositoryAssociation).
association - a consumer that will call methods on DataRepositoryAssociation.Builderassociation(DataRepositoryAssociation)Copyright © 2023. All rights reserved.