Interface SpaceQuickSightResource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SpaceQuickSightResource.Builder,,SpaceQuickSightResource> SdkBuilder<SpaceQuickSightResource.Builder,,SpaceQuickSightResource> SdkPojo
- Enclosing class:
SpaceQuickSightResource
@Mutable
@NotThreadSafe
public static interface SpaceQuickSightResource.Builder
extends SdkPojo, CopyableBuilder<SpaceQuickSightResource.Builder,SpaceQuickSightResource>
-
Method Summary
Modifier and TypeMethodDescriptiondefault SpaceQuickSightResource.BuilderresourceDetails(Consumer<SpaceQuickSightResourceDetails.Builder> resourceDetails) The details of the QuickSight resource.resourceDetails(SpaceQuickSightResourceDetails resourceDetails) The details of the QuickSight resource.resourceType(String resourceType) The type of the QuickSight resource.resourceType(SpaceQuickSightResourceType resourceType) The type of the QuickSight resource.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
-
resourceType
The type of the QuickSight resource.
- Parameters:
resourceType- The type of the QuickSight resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of the QuickSight resource.
- Parameters:
resourceType- The type of the QuickSight resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceDetails
The details of the QuickSight resource.
- Parameters:
resourceDetails- The details of the QuickSight resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceDetails
default SpaceQuickSightResource.Builder resourceDetails(Consumer<SpaceQuickSightResourceDetails.Builder> resourceDetails) The details of the QuickSight resource.
This is a convenience method that creates an instance of theSpaceQuickSightResourceDetails.Builderavoiding the need to create one manually viaSpaceQuickSightResourceDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceDetails(SpaceQuickSightResourceDetails).- Parameters:
resourceDetails- a consumer that will call methods onSpaceQuickSightResourceDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-