public static interface BundleResourceAssociation.Builder extends SdkPojo, CopyableBuilder<BundleResourceAssociation.Builder,BundleResourceAssociation>
| Modifier and Type | Method and Description |
|---|---|
BundleResourceAssociation.Builder |
associatedResourceId(String associatedResourceId)
The identifier of the associated resource.
|
BundleResourceAssociation.Builder |
associatedResourceType(BundleAssociatedResourceType associatedResourceType)
The resource type of the associated resources.
|
BundleResourceAssociation.Builder |
associatedResourceType(String associatedResourceType)
The resource type of the associated resources.
|
BundleResourceAssociation.Builder |
bundleId(String bundleId)
The identifier of the bundle.
|
BundleResourceAssociation.Builder |
created(Instant created)
The time the association is created.
|
BundleResourceAssociation.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The time the association status was last updated.
|
BundleResourceAssociation.Builder |
state(AssociationState state)
The status of the bundle resource association.
|
BundleResourceAssociation.Builder |
state(String state)
The status of the bundle resource association.
|
BundleResourceAssociation.Builder |
stateReason(AssociationStateReason stateReason)
The reason the association deployment failed.
|
default BundleResourceAssociation.Builder |
stateReason(Consumer<AssociationStateReason.Builder> stateReason)
The reason the association deployment failed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBundleResourceAssociation.Builder associatedResourceId(String associatedResourceId)
The identifier of the associated resource.
associatedResourceId - The identifier of the associated resource.BundleResourceAssociation.Builder associatedResourceType(String associatedResourceType)
The resource type of the associated resources.
associatedResourceType - The resource type of the associated resources.BundleAssociatedResourceType,
BundleAssociatedResourceTypeBundleResourceAssociation.Builder associatedResourceType(BundleAssociatedResourceType associatedResourceType)
The resource type of the associated resources.
associatedResourceType - The resource type of the associated resources.BundleAssociatedResourceType,
BundleAssociatedResourceTypeBundleResourceAssociation.Builder bundleId(String bundleId)
The identifier of the bundle.
bundleId - The identifier of the bundle.BundleResourceAssociation.Builder created(Instant created)
The time the association is created.
created - The time the association is created.BundleResourceAssociation.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time the association status was last updated.
lastUpdatedTime - The time the association status was last updated.BundleResourceAssociation.Builder state(String state)
The status of the bundle resource association.
state - The status of the bundle resource association.AssociationState,
AssociationStateBundleResourceAssociation.Builder state(AssociationState state)
The status of the bundle resource association.
state - The status of the bundle resource association.AssociationState,
AssociationStateBundleResourceAssociation.Builder stateReason(AssociationStateReason stateReason)
The reason the association deployment failed.
stateReason - The reason the association deployment failed.default BundleResourceAssociation.Builder stateReason(Consumer<AssociationStateReason.Builder> stateReason)
The reason the association deployment failed.
This is a convenience method that creates an instance of theAssociationStateReason.Builder avoiding
the need to create one manually via AssociationStateReason.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to stateReason(AssociationStateReason).
stateReason - a consumer that will call methods on AssociationStateReason.BuilderstateReason(AssociationStateReason)Copyright © 2023. All rights reserved.