public static interface CreateDataRepositoryAssociationResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<CreateDataRepositoryAssociationResponse.Builder,CreateDataRepositoryAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateDataRepositoryAssociationResponse.Builder |
association(Consumer<DataRepositoryAssociation.Builder> association)
The response object returned after the data repository association is created.
|
CreateDataRepositoryAssociationResponse.Builder |
association(DataRepositoryAssociation association)
The response object returned after the data repository association is created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDataRepositoryAssociationResponse.Builder association(DataRepositoryAssociation association)
The response object returned after the data repository association is created.
association - The response object returned after the data repository association is created.default CreateDataRepositoryAssociationResponse.Builder association(Consumer<DataRepositoryAssociation.Builder> association)
The response object returned after the data repository association is created.
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.