Interface DeleteChannelNamespaceRequest.Builder
-
- All Superinterfaces:
AppSyncRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteChannelNamespaceRequest.Builder,DeleteChannelNamespaceRequest>,SdkBuilder<DeleteChannelNamespaceRequest.Builder,DeleteChannelNamespaceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteChannelNamespaceRequest
public static interface DeleteChannelNamespaceRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<DeleteChannelNamespaceRequest.Builder,DeleteChannelNamespaceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteChannelNamespaceRequest.BuilderapiId(String apiId)The ID of theApiassociated with theChannelNamespace.DeleteChannelNamespaceRequest.Buildername(String name)The name of theChannelNamespace.DeleteChannelNamespaceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteChannelNamespaceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.appsync.model.AppSyncRequest.Builder
build
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
apiId
DeleteChannelNamespaceRequest.Builder apiId(String apiId)
The ID of the
Apiassociated with theChannelNamespace.- Parameters:
apiId- The ID of theApiassociated with theChannelNamespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DeleteChannelNamespaceRequest.Builder name(String name)
The name of the
ChannelNamespace.- Parameters:
name- The name of theChannelNamespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteChannelNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteChannelNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-