Interface UpdateWorkloadShareRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWorkloadShareRequest.Builder,UpdateWorkloadShareRequest>,SdkBuilder<UpdateWorkloadShareRequest.Builder,UpdateWorkloadShareRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- UpdateWorkloadShareRequest
public static interface UpdateWorkloadShareRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkloadShareRequest.Builder,UpdateWorkloadShareRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateWorkloadShareRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateWorkloadShareRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateWorkloadShareRequest.BuilderpermissionType(String permissionType)Sets the value of the PermissionType property for this object.UpdateWorkloadShareRequest.BuilderpermissionType(PermissionType permissionType)Sets the value of the PermissionType property for this object.UpdateWorkloadShareRequest.BuildershareId(String shareId)Sets the value of the ShareId property for this object.UpdateWorkloadShareRequest.BuilderworkloadId(String workloadId)Sets the value of the WorkloadId property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedRequest.Builder
build
-
-
-
-
Method Detail
-
shareId
UpdateWorkloadShareRequest.Builder shareId(String shareId)
Sets the value of the ShareId property for this object.- Parameters:
shareId- The new value for the ShareId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadId
UpdateWorkloadShareRequest.Builder workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.- Parameters:
workloadId- The new value for the WorkloadId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionType
UpdateWorkloadShareRequest.Builder permissionType(String permissionType)
Sets the value of the PermissionType property for this object.- Parameters:
permissionType- The new value for the PermissionType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionType,PermissionType
-
permissionType
UpdateWorkloadShareRequest.Builder permissionType(PermissionType permissionType)
Sets the value of the PermissionType property for this object.- Parameters:
permissionType- The new value for the PermissionType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionType,PermissionType
-
overrideConfiguration
UpdateWorkloadShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateWorkloadShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-